Struct libva::bindings::va::_VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
source · [−]#[repr(C)]#[repr(align(4))]pub struct _VAEncSequenceParameterBufferH264__bindgen_ty_1__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 _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
pub fn chroma_format_idc(&self) -> u32
pub fn set_chroma_format_idc(&mut self, val: u32)
pub fn frame_mbs_only_flag(&self) -> u32
pub fn set_frame_mbs_only_flag(&mut self, val: u32)
pub fn mb_adaptive_frame_field_flag(&self) -> u32
pub fn set_mb_adaptive_frame_field_flag(&mut self, val: u32)
pub fn seq_scaling_matrix_present_flag(&self) -> u32
pub fn set_seq_scaling_matrix_present_flag(&mut self, val: u32)
pub fn direct_8x8_inference_flag(&self) -> u32
pub fn set_direct_8x8_inference_flag(&mut self, val: u32)
pub fn log2_max_frame_num_minus4(&self) -> u32
pub fn set_log2_max_frame_num_minus4(&mut self, val: u32)
pub fn pic_order_cnt_type(&self) -> u32
pub fn set_pic_order_cnt_type(&mut self, val: u32)
pub fn log2_max_pic_order_cnt_lsb_minus4(&self) -> u32
pub fn set_log2_max_pic_order_cnt_lsb_minus4(&mut self, val: u32)
pub fn delta_pic_order_always_zero_flag(&self) -> u32
pub fn set_delta_pic_order_always_zero_flag(&mut self, val: u32)
pub fn new_bitfield_1(
chroma_format_idc: u32,
frame_mbs_only_flag: u32,
mb_adaptive_frame_field_flag: u32,
seq_scaling_matrix_present_flag: u32,
direct_8x8_inference_flag: u32,
log2_max_frame_num_minus4: u32,
pic_order_cnt_type: u32,
log2_max_pic_order_cnt_lsb_minus4: u32,
delta_pic_order_always_zero_flag: u32
) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations
sourceimpl Clone for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAEncSequenceParameterBufferH264__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 _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Default for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1> for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1> for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
) -> bool
impl Copy for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Send for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAEncSequenceParameterBufferH264__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAEncSequenceParameterBufferH264__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