#[repr(C)]
pub struct _VAEncPictureParameterBufferVP8 {
Show 14 fields pub reconstructed_frame: VASurfaceID, pub ref_last_frame: VASurfaceID, pub ref_gf_frame: VASurfaceID, pub ref_arf_frame: VASurfaceID, pub coded_buf: c_uint, pub ref_flags: _VAEncPictureParameterBufferVP8__bindgen_ty_1, pub pic_flags: _VAEncPictureParameterBufferVP8__bindgen_ty_2, pub loop_filter_level: [i8; 4], pub ref_lf_delta: [i8; 4], pub mode_lf_delta: [i8; 4], pub sharpness_level: u8, pub clamp_qindex_high: u8, pub clamp_qindex_low: u8, pub va_reserved: [u32; 4],
}

Fields

reconstructed_frame: VASurfaceIDref_last_frame: VASurfaceIDref_gf_frame: VASurfaceIDref_arf_frame: VASurfaceIDcoded_buf: c_uintref_flags: _VAEncPictureParameterBufferVP8__bindgen_ty_1pic_flags: _VAEncPictureParameterBufferVP8__bindgen_ty_2loop_filter_level: [i8; 4]ref_lf_delta: [i8; 4]mode_lf_delta: [i8; 4]sharpness_level: u8clamp_qindex_high: u8clamp_qindex_low: u8va_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.