#[repr(C)]#[repr(align(4))]pub struct _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 12]>,
}
Fields
_bitfield_align_1: [u16; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 12]>
Implementations
sourceimpl _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
pub fn sub_mb_shapes(&self) -> u32
pub fn set_sub_mb_shapes(&mut self, val: u32)
pub fn sub_mb_pred_modes(&self) -> u32
pub fn set_sub_mb_pred_modes(&mut self, val: u32)
pub fn reserved7(&self) -> u32
pub fn set_reserved7(&mut self, val: u32)
pub fn ref_idx_l0_0(&self) -> u32
pub fn set_ref_idx_l0_0(&mut self, val: u32)
pub fn ref_idx_l0_1(&self) -> u32
pub fn set_ref_idx_l0_1(&mut self, val: u32)
pub fn ref_idx_l0_2(&self) -> u32
pub fn set_ref_idx_l0_2(&mut self, val: u32)
pub fn ref_idx_l0_3(&self) -> u32
pub fn set_ref_idx_l0_3(&mut self, val: u32)
pub fn ref_idx_l1_0(&self) -> u32
pub fn set_ref_idx_l1_0(&mut self, val: u32)
pub fn ref_idx_l1_1(&self) -> u32
pub fn set_ref_idx_l1_1(&mut self, val: u32)
pub fn ref_idx_l1_2(&self) -> u32
pub fn set_ref_idx_l1_2(&mut self, val: u32)
pub fn ref_idx_l1_3(&self) -> u32
pub fn set_ref_idx_l1_3(&mut self, val: u32)
pub fn new_bitfield_1(
sub_mb_shapes: u32,
sub_mb_pred_modes: u32,
reserved7: u32,
ref_idx_l0_0: u32,
ref_idx_l0_1: u32,
ref_idx_l0_2: u32,
ref_idx_l0_3: u32,
ref_idx_l1_0: u32,
ref_idx_l1_1: u32,
ref_idx_l1_2: u32,
ref_idx_l1_3: u32
) -> __BindgenBitfieldUnit<[u8; 12]>
Trait Implementations
sourceimpl Clone for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl Clone for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
sourcefn clone(&self) -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
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 _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl Default for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
sourcefn default() -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
fn default() -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2> for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl PartialEq<_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2> for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
sourcefn eq(&self, other: &_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2) -> bool
fn eq(&self, other: &_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2) -> bool
impl Copy for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl Eq for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl StructuralEq for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl StructuralPartialEq for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
Auto Trait Implementations
impl RefUnwindSafe for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl Send for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl Sync for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl Unpin for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_2
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