#[repr(C)]
pub struct _VAPictureParameterBufferH264 {
Show 18 fields pub CurrPic: _VAPictureH264, pub ReferenceFrames: [_VAPictureH264; 16], pub picture_width_in_mbs_minus1: u16, pub picture_height_in_mbs_minus1: u16, pub bit_depth_luma_minus8: u8, pub bit_depth_chroma_minus8: u8, pub num_ref_frames: u8, pub seq_fields: _VAPictureParameterBufferH264__bindgen_ty_1, pub num_slice_groups_minus1: u8, pub slice_group_map_type: u8, pub slice_group_change_rate_minus1: u16, 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 pic_fields: _VAPictureParameterBufferH264__bindgen_ty_2, pub frame_num: u16, pub va_reserved: [u32; 8],
}

Fields

CurrPic: _VAPictureH264ReferenceFrames: [_VAPictureH264; 16]picture_width_in_mbs_minus1: u16picture_height_in_mbs_minus1: u16bit_depth_luma_minus8: u8bit_depth_chroma_minus8: u8num_ref_frames: u8seq_fields: _VAPictureParameterBufferH264__bindgen_ty_1num_slice_groups_minus1: u8slice_group_map_type: u8slice_group_change_rate_minus1: u16pic_init_qp_minus26: i8pic_init_qs_minus26: i8chroma_qp_index_offset: i8second_chroma_qp_index_offset: i8pic_fields: _VAPictureParameterBufferH264__bindgen_ty_2frame_num: u16va_reserved: [u32; 8]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. 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.