#[repr(C)]
pub struct StdVideoH264SequenceParameterSetVui {
Show 13 fields pub aspect_ratio_idc: StdVideoH264AspectRatioIdc, 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: *mut StdVideoH264HrdParameters, pub max_num_reorder_frames: u8, pub max_dec_frame_buffering: u8, pub flags: StdVideoH264SpsVuiFlags,
}

Fields

aspect_ratio_idc: StdVideoH264AspectRatioIdcsar_width: u16sar_height: u16video_format: u8color_primaries: u8transfer_characteristics: u8matrix_coefficients: u8num_units_in_tick: u32time_scale: u32pHrdParameters: *mut StdVideoH264HrdParametersmax_num_reorder_frames: u8max_dec_frame_buffering: u8flags: StdVideoH264SpsVuiFlags

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.