Struct libva::bindings::va::_VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
source · [−]#[repr(C)]#[repr(align(4))]pub struct _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
__bindgen_padding_0: [u8; 3]
Implementations
sourceimpl _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
pub fn frame_motion_type(&self) -> u32
pub fn set_frame_motion_type(&mut self, val: u32)
pub fn field_motion_type(&self) -> u32
pub fn set_field_motion_type(&mut self, val: u32)
pub fn dct_type(&self) -> u32
pub fn set_dct_type(&mut self, val: u32)
pub fn new_bitfield_1(
frame_motion_type: u32,
field_motion_type: u32,
dct_type: u32
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAMacroblockParameterBufferMPEG2__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 _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Default for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1> for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1> for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
) -> bool
impl Copy for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Send for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAMacroblockParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAMacroblockParameterBufferMPEG2__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