#[repr(C)]#[repr(align(4))]pub struct _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields
_bitfield_align_1: [u16; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations
sourceimpl _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
pub fn force_kf(&self) -> u32
pub fn set_force_kf(&mut self, val: u32)
pub fn no_ref_last(&self) -> u32
pub fn set_no_ref_last(&mut self, val: u32)
pub fn no_ref_gf(&self) -> u32
pub fn set_no_ref_gf(&mut self, val: u32)
pub fn no_ref_arf(&self) -> u32
pub fn set_no_ref_arf(&mut self, val: u32)
pub fn temporal_id(&self) -> u32
pub fn set_temporal_id(&mut self, val: u32)
pub fn first_ref(&self) -> u32
pub fn set_first_ref(&mut self, val: u32)
pub fn second_ref(&self) -> u32
pub fn set_second_ref(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1(
force_kf: u32,
no_ref_last: u32,
no_ref_gf: u32,
no_ref_arf: u32,
temporal_id: u32,
first_ref: u32,
second_ref: u32,
reserved: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
sourceimpl Clone for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAEncPictureParameterBufferVP8__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 _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Default for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1> for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1> for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
) -> bool
impl Copy for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Send for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAEncPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAEncPictureParameterBufferVP8__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