#[repr(C)]
pub struct _VAPictureParameterBufferVP8 {
Show 20 fields pub frame_width: u32, pub frame_height: u32, pub last_ref_frame: VASurfaceID, pub golden_ref_frame: VASurfaceID, pub alt_ref_frame: VASurfaceID, pub out_of_loop_frame: VASurfaceID, pub pic_fields: _VAPictureParameterBufferVP8__bindgen_ty_1, pub mb_segment_tree_probs: [u8; 3], pub loop_filter_level: [u8; 4], pub loop_filter_deltas_ref_frame: [i8; 4], pub loop_filter_deltas_mode: [i8; 4], pub prob_skip_false: u8, pub prob_intra: u8, pub prob_last: u8, pub prob_gf: u8, pub y_mode_probs: [u8; 4], pub uv_mode_probs: [u8; 3], pub mv_probs: [[u8; 19]; 2], pub bool_coder_ctx: _VABoolCoderContextVPX, pub va_reserved: [u32; 4],
}

Fields

frame_width: u32frame_height: u32last_ref_frame: VASurfaceIDgolden_ref_frame: VASurfaceIDalt_ref_frame: VASurfaceIDout_of_loop_frame: VASurfaceIDpic_fields: _VAPictureParameterBufferVP8__bindgen_ty_1mb_segment_tree_probs: [u8; 3]loop_filter_level: [u8; 4]loop_filter_deltas_ref_frame: [i8; 4]loop_filter_deltas_mode: [i8; 4]prob_skip_false: u8prob_intra: u8prob_last: u8prob_gf: u8y_mode_probs: [u8; 4]uv_mode_probs: [u8; 3]mv_probs: [[u8; 19]; 2]bool_coder_ctx: _VABoolCoderContextVPXva_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.