#[repr(C)]pub struct _VAEncSegParamVP9 {
pub seg_flags: _VAEncSegParamVP9__bindgen_ty_1,
pub segment_lf_level_delta: i8,
pub segment_qindex_delta: i16,
pub va_reserved: [u32; 4],
}
Fields
seg_flags: _VAEncSegParamVP9__bindgen_ty_1
segment_lf_level_delta: i8
segment_qindex_delta: i16
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VAEncSegParamVP9
impl Clone for _VAEncSegParamVP9
sourcefn clone(&self) -> _VAEncSegParamVP9
fn clone(&self) -> _VAEncSegParamVP9
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 _VAEncSegParamVP9
impl Default for _VAEncSegParamVP9
impl Copy for _VAEncSegParamVP9
Auto Trait Implementations
impl RefUnwindSafe for _VAEncSegParamVP9
impl Send for _VAEncSegParamVP9
impl Sync for _VAEncSegParamVP9
impl Unpin for _VAEncSegParamVP9
impl UnwindSafe for _VAEncSegParamVP9
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