#[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: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.