Struct libva::bindings::va::_VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
source · [−]#[repr(C)]#[repr(align(4))]pub struct _VAEncPictureParameterBufferH264__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 _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
pub fn idr_pic_flag(&self) -> u32
pub fn set_idr_pic_flag(&mut self, val: u32)
pub fn reference_pic_flag(&self) -> u32
pub fn set_reference_pic_flag(&mut self, val: u32)
pub fn entropy_coding_mode_flag(&self) -> u32
pub fn set_entropy_coding_mode_flag(&mut self, val: u32)
pub fn weighted_pred_flag(&self) -> u32
pub fn set_weighted_pred_flag(&mut self, val: u32)
pub fn weighted_bipred_idc(&self) -> u32
pub fn set_weighted_bipred_idc(&mut self, val: u32)
pub fn constrained_intra_pred_flag(&self) -> u32
pub fn set_constrained_intra_pred_flag(&mut self, val: u32)
pub fn transform_8x8_mode_flag(&self) -> u32
pub fn set_transform_8x8_mode_flag(&mut self, val: u32)
pub fn deblocking_filter_control_present_flag(&self) -> u32
pub fn set_deblocking_filter_control_present_flag(&mut self, val: u32)
pub fn redundant_pic_cnt_present_flag(&self) -> u32
pub fn set_redundant_pic_cnt_present_flag(&mut self, val: u32)
pub fn pic_order_present_flag(&self) -> u32
pub fn set_pic_order_present_flag(&mut self, val: u32)
pub fn pic_scaling_matrix_present_flag(&self) -> u32
pub fn set_pic_scaling_matrix_present_flag(&mut self, val: u32)
pub fn new_bitfield_1(
idr_pic_flag: u32,
reference_pic_flag: u32,
entropy_coding_mode_flag: u32,
weighted_pred_flag: u32,
weighted_bipred_idc: u32,
constrained_intra_pred_flag: u32,
transform_8x8_mode_flag: u32,
deblocking_filter_control_present_flag: u32,
redundant_pic_cnt_present_flag: u32,
pic_order_present_flag: u32,
pic_scaling_matrix_present_flag: u32
) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations
sourceimpl Clone for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAEncPictureParameterBufferH264__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 _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Default for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1> for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1> for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
) -> bool
impl Copy for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Send for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAEncPictureParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAEncPictureParameterBufferH264__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