#[repr(C)]#[repr(align(4))]pub struct _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub __bindgen_padding_0: u16,
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
__bindgen_padding_0: u16
Implementations
sourceimpl _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
pub fn intra_dc_precision(&self) -> u32
pub fn set_intra_dc_precision(&mut self, val: u32)
pub fn picture_structure(&self) -> u32
pub fn set_picture_structure(&mut self, val: u32)
pub fn top_field_first(&self) -> u32
pub fn set_top_field_first(&mut self, val: u32)
pub fn frame_pred_frame_dct(&self) -> u32
pub fn set_frame_pred_frame_dct(&mut self, val: u32)
pub fn concealment_motion_vectors(&self) -> u32
pub fn set_concealment_motion_vectors(&mut self, val: u32)
pub fn q_scale_type(&self) -> u32
pub fn set_q_scale_type(&mut self, val: u32)
pub fn intra_vlc_format(&self) -> u32
pub fn set_intra_vlc_format(&mut self, val: u32)
pub fn alternate_scan(&self) -> u32
pub fn set_alternate_scan(&mut self, val: u32)
pub fn repeat_first_field(&self) -> u32
pub fn set_repeat_first_field(&mut self, val: u32)
pub fn progressive_frame(&self) -> u32
pub fn set_progressive_frame(&mut self, val: u32)
pub fn is_first_field(&self) -> u32
pub fn set_is_first_field(&mut self, val: u32)
pub fn new_bitfield_1(
intra_dc_precision: u32,
picture_structure: u32,
top_field_first: u32,
frame_pred_frame_dct: u32,
concealment_motion_vectors: u32,
q_scale_type: u32,
intra_vlc_format: u32,
alternate_scan: u32,
repeat_first_field: u32,
progressive_frame: u32,
is_first_field: u32
) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations
sourceimpl Clone for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAPictureParameterBufferMPEG2__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 _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Default for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1> for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1> for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
) -> bool
impl Copy for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Send for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAPictureParameterBufferMPEG2__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