Struct libva::bindings::va::_VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
source · [−]#[repr(C)]#[repr(align(4))]pub struct _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>,
pub __bindgen_padding_0: u8,
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>
__bindgen_padding_0: u8
Implementations
sourceimpl _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
pub fn v_axis(&self) -> u32
pub fn set_v_axis(&mut self, val: u32)
pub fn field_sequence(&self) -> u32
pub fn set_field_sequence(&mut self, val: u32)
pub fn sub_carrier(&self) -> u32
pub fn set_sub_carrier(&mut self, val: u32)
pub fn burst_amplitude(&self) -> u32
pub fn set_burst_amplitude(&mut self, val: u32)
pub fn sub_carrier_phase(&self) -> u32
pub fn set_sub_carrier_phase(&mut self, val: u32)
pub fn new_bitfield_1(
v_axis: u32,
field_sequence: u32,
sub_carrier: u32,
burst_amplitude: u32,
sub_carrier_phase: u32
) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations
sourceimpl Clone for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl Clone for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
sourcefn clone(&self) -> _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
fn clone(&self) -> _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__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 _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl Default for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
sourcefn default() -> _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
fn default() -> _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1> for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl PartialEq<_VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1> for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
) -> bool
impl Copy for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl Eq for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl StructuralEq for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl StructuralPartialEq for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl Send for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl Sync for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl Unpin for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__bindgen_ty_1
impl UnwindSafe for _VAEncPictureParameterBufferMPEG2__bindgen_ty_2__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