#[repr(C)]pub struct VideoDecodeH264SessionParametersAddInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub sps_std_count: u32,
    pub p_sps_std: *const StdVideoH264SequenceParameterSet,
    pub pps_std_count: u32,
    pub p_pps_std: *const StdVideoH264PictureParameterSet,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§sps_std_count: u32§p_sps_std: *const StdVideoH264SequenceParameterSet§pps_std_count: u32§p_pps_std: *const StdVideoH264PictureParameterSetImplementations§
Trait Implementations§
source§impl Clone for VideoDecodeH264SessionParametersAddInfoEXT
 
impl Clone for VideoDecodeH264SessionParametersAddInfoEXT
source§fn clone(&self) -> VideoDecodeH264SessionParametersAddInfoEXT
 
fn clone(&self) -> VideoDecodeH264SessionParametersAddInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more