#[repr(C)]
pub struct _VAEncPictureParameterBufferH264 {
Show 14 fields pub CurrPic: _VAPictureH264, pub ReferenceFrames: [_VAPictureH264; 16], pub coded_buf: c_uint, pub pic_parameter_set_id: u8, pub seq_parameter_set_id: u8, pub last_picture: u8, pub frame_num: u16, pub pic_init_qp: u8, pub num_ref_idx_l0_active_minus1: u8, pub num_ref_idx_l1_active_minus1: u8, pub chroma_qp_index_offset: i8, pub second_chroma_qp_index_offset: i8, pub pic_fields: _VAEncPictureParameterBufferH264__bindgen_ty_1, pub va_reserved: [u32; 4],
}

Fields

CurrPic: _VAPictureH264ReferenceFrames: [_VAPictureH264; 16]coded_buf: c_uintpic_parameter_set_id: u8seq_parameter_set_id: u8last_picture: u8frame_num: u16pic_init_qp: u8num_ref_idx_l0_active_minus1: u8num_ref_idx_l1_active_minus1: u8chroma_qp_index_offset: i8second_chroma_qp_index_offset: i8pic_fields: _VAEncPictureParameterBufferH264__bindgen_ty_1va_reserved: [u32; 4]

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.