Struct ash::vk::native::StdVideoH265HrdParameters[][src]

#[repr(C)]
pub struct StdVideoH265HrdParameters {
Show 14 fields pub tick_divisor_minus2: u8, pub du_cpb_removal_delay_increment_length_minus1: u8, pub dpb_output_delay_du_length_minus1: u8, pub bit_rate_scale: u8, pub cpb_size_scale: u8, pub cpb_size_du_scale: u8, pub initial_cpb_removal_delay_length_minus1: u8, pub au_cpb_removal_delay_length_minus1: u8, pub dpb_output_delay_length_minus1: u8, pub cpb_cnt_minus1: [u8; 7], pub elemental_duration_in_tc_minus1: [u16; 7], pub SubLayerHrdParametersNal: [*mut StdVideoH265SubLayerHrdParameters; 7], pub SubLayerHrdParametersVcl: [*mut StdVideoH265SubLayerHrdParameters; 7], pub flags: StdVideoH265HrdFlags,
}

Fields

tick_divisor_minus2: u8du_cpb_removal_delay_increment_length_minus1: u8dpb_output_delay_du_length_minus1: u8bit_rate_scale: u8cpb_size_scale: u8cpb_size_du_scale: u8initial_cpb_removal_delay_length_minus1: u8au_cpb_removal_delay_length_minus1: u8dpb_output_delay_length_minus1: u8cpb_cnt_minus1: [u8; 7]elemental_duration_in_tc_minus1: [u16; 7]SubLayerHrdParametersNal: [*mut StdVideoH265SubLayerHrdParameters; 7]SubLayerHrdParametersVcl: [*mut StdVideoH265SubLayerHrdParameters; 7]flags: StdVideoH265HrdFlags

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

Performs the conversion.

Performs the conversion.

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)

recently added

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.