#[repr(C, packed)]pub struct _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations
sourceimpl _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
pub fn segment_reference_enabled(&self) -> u8
pub fn set_segment_reference_enabled(&mut self, val: u8)
pub fn segment_reference(&self) -> u8
pub fn set_segment_reference(&mut self, val: u8)
pub fn segment_reference_skipped(&self) -> u8
pub fn set_segment_reference_skipped(&mut self, val: u8)
pub fn reserved(&self) -> u8
pub fn set_reserved(&mut self, val: u8)
pub fn new_bitfield_1(
segment_reference_enabled: u8,
segment_reference: u8,
segment_reference_skipped: u8,
reserved: u8
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
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__bindgen_ty_1__bindgen_ty_1
impl Default for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1> for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1> for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
sourcefn eq(&self, other: &_VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1) -> bool
fn eq(&self, other: &_VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1) -> bool
impl Copy for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl Send for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAEncSegParamVP9__bindgen_ty_1__bindgen_ty_1
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