#[repr(C)]
pub struct _VASegmentParameterVP9 { pub segment_flags: _VASegmentParameterVP9__bindgen_ty_1, pub filter_level: [[u8; 2]; 4], pub luma_ac_quant_scale: i16, pub luma_dc_quant_scale: i16, pub chroma_ac_quant_scale: i16, pub chroma_dc_quant_scale: i16, pub va_reserved: [u32; 4], }

Fields

segment_flags: _VASegmentParameterVP9__bindgen_ty_1filter_level: [[u8; 2]; 4]luma_ac_quant_scale: i16luma_dc_quant_scale: i16chroma_ac_quant_scale: i16chroma_dc_quant_scale: i16va_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.