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

#[repr(C)]
pub struct StdVideoH264PictureParameterSet { pub seq_parameter_set_id: u8, pub pic_parameter_set_id: u8, pub num_ref_idx_l0_default_active_minus1: u8, pub num_ref_idx_l1_default_active_minus1: u8, pub weighted_bipred_idc: StdVideoH264WeightedBiPredIdc, pub pic_init_qp_minus26: i8, pub pic_init_qs_minus26: i8, pub chroma_qp_index_offset: i8, pub second_chroma_qp_index_offset: i8, pub flags: StdVideoH264PpsFlags, pub pScalingLists: *mut StdVideoH264ScalingLists, }

Fields

seq_parameter_set_id: u8pic_parameter_set_id: u8num_ref_idx_l0_default_active_minus1: u8num_ref_idx_l1_default_active_minus1: u8weighted_bipred_idc: StdVideoH264WeightedBiPredIdcpic_init_qp_minus26: i8pic_init_qs_minus26: i8chroma_qp_index_offset: i8second_chroma_qp_index_offset: i8flags: StdVideoH264PpsFlagspScalingLists: *mut StdVideoH264ScalingLists

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.