#[repr(C)]pub struct StdVideoH264SequenceParameterSetVui {Show 13 fields
pub flags: StdVideoH264SpsVuiFlags,
pub aspect_ratio_idc: u32,
pub sar_width: u16,
pub sar_height: u16,
pub video_format: u8,
pub color_primaries: u8,
pub transfer_characteristics: u8,
pub matrix_coefficients: u8,
pub num_units_in_tick: u32,
pub time_scale: u32,
pub pHrdParameters: *const StdVideoH264HrdParameters,
pub max_num_reorder_frames: u8,
pub max_dec_frame_buffering: u8,
}Fields
flags: StdVideoH264SpsVuiFlagsaspect_ratio_idc: u32sar_width: u16sar_height: u16video_format: u8color_primaries: u8transfer_characteristics: u8matrix_coefficients: u8num_units_in_tick: u32time_scale: u32pHrdParameters: *const StdVideoH264HrdParametersmax_num_reorder_frames: u8max_dec_frame_buffering: u8Trait Implementations
sourceimpl Clone for StdVideoH264SequenceParameterSetVui
impl Clone for StdVideoH264SequenceParameterSetVui
sourcefn clone(&self) -> StdVideoH264SequenceParameterSetVui
fn clone(&self) -> StdVideoH264SequenceParameterSetVui
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for StdVideoH264SequenceParameterSetVui
Auto Trait Implementations
impl RefUnwindSafe for StdVideoH264SequenceParameterSetVui
impl !Send for StdVideoH264SequenceParameterSetVui
impl !Sync for StdVideoH264SequenceParameterSetVui
impl Unpin for StdVideoH264SequenceParameterSetVui
impl UnwindSafe for StdVideoH264SequenceParameterSetVui
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more