#[repr(C)]#[repr(align(4))]pub struct _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 12]>,
}
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 12]>
Implementations
sourceimpl _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
pub fn luma_intra_pred_modes0(&self) -> u32
pub fn set_luma_intra_pred_modes0(&mut self, val: u32)
pub fn luma_intra_pred_modes1(&self) -> u32
pub fn set_luma_intra_pred_modes1(&mut self, val: u32)
pub fn luma_intra_pred_modes2(&self) -> u32
pub fn set_luma_intra_pred_modes2(&mut self, val: u32)
pub fn luma_intra_pred_modes3(&self) -> u32
pub fn set_luma_intra_pred_modes3(&mut self, val: u32)
pub fn chroma_intra_pred_mode(&self) -> u32
pub fn set_chroma_intra_pred_mode(&mut self, val: u32)
pub fn intra_pred_avail_flag(&self) -> u32
pub fn set_intra_pred_avail_flag(&mut self, val: u32)
pub fn intra_pred_avail_flagF(&self) -> u32
pub fn set_intra_pred_avail_flagF(&mut self, val: u32)
pub fn reserved6(&self) -> u32
pub fn set_reserved6(&mut self, val: u32)
pub fn new_bitfield_1(
luma_intra_pred_modes0: u32,
luma_intra_pred_modes1: u32,
luma_intra_pred_modes2: u32,
luma_intra_pred_modes3: u32,
chroma_intra_pred_mode: u32,
intra_pred_avail_flag: u32,
intra_pred_avail_flagF: u32,
reserved6: u32
) -> __BindgenBitfieldUnit<[u8; 12]>
Trait Implementations
sourceimpl Clone for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAEncFEIMBCodeH264__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 _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl Default for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1> for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1> for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
sourcefn eq(&self, other: &_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1) -> bool
fn eq(&self, other: &_VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1) -> bool
impl Copy for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl Send for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAEncFEIMBCodeH264__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAEncFEIMBCodeH264__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