#[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_1
filter_level: [[u8; 2]; 4]
luma_ac_quant_scale: i16
luma_dc_quant_scale: i16
chroma_ac_quant_scale: i16
chroma_dc_quant_scale: i16
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VASegmentParameterVP9
impl Clone for _VASegmentParameterVP9
sourcefn clone(&self) -> _VASegmentParameterVP9
fn clone(&self) -> _VASegmentParameterVP9
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for _VASegmentParameterVP9
impl Default for _VASegmentParameterVP9
impl Copy for _VASegmentParameterVP9
Auto Trait Implementations
impl RefUnwindSafe for _VASegmentParameterVP9
impl Send for _VASegmentParameterVP9
impl Sync for _VASegmentParameterVP9
impl Unpin for _VASegmentParameterVP9
impl UnwindSafe for _VASegmentParameterVP9
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more