#[repr(C)]#[repr(align(4))]pub struct _VAPictureParameterBufferVP8__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 _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
pub fn key_frame(&self) -> u32
pub fn set_key_frame(&mut self, val: u32)
pub fn version(&self) -> u32
pub fn set_version(&mut self, val: u32)
pub fn segmentation_enabled(&self) -> u32
pub fn set_segmentation_enabled(&mut self, val: u32)
pub fn update_mb_segmentation_map(&self) -> u32
pub fn set_update_mb_segmentation_map(&mut self, val: u32)
pub fn update_segment_feature_data(&self) -> u32
pub fn set_update_segment_feature_data(&mut self, val: u32)
pub fn filter_type(&self) -> u32
pub fn set_filter_type(&mut self, val: u32)
pub fn sharpness_level(&self) -> u32
pub fn set_sharpness_level(&mut self, val: u32)
pub fn loop_filter_adj_enable(&self) -> u32
pub fn set_loop_filter_adj_enable(&mut self, val: u32)
pub fn mode_ref_lf_delta_update(&self) -> u32
pub fn set_mode_ref_lf_delta_update(&mut self, val: u32)
pub fn sign_bias_golden(&self) -> u32
pub fn set_sign_bias_golden(&mut self, val: u32)
pub fn sign_bias_alternate(&self) -> u32
pub fn set_sign_bias_alternate(&mut self, val: u32)
pub fn mb_no_coeff_skip(&self) -> u32
pub fn set_mb_no_coeff_skip(&mut self, val: u32)
pub fn loop_filter_disable(&self) -> u32
pub fn set_loop_filter_disable(&mut self, val: u32)
pub fn new_bitfield_1(
key_frame: u32,
version: u32,
segmentation_enabled: u32,
update_mb_segmentation_map: u32,
update_segment_feature_data: u32,
filter_type: u32,
sharpness_level: u32,
loop_filter_adj_enable: u32,
mode_ref_lf_delta_update: u32,
sign_bias_golden: u32,
sign_bias_alternate: u32,
mb_no_coeff_skip: u32,
loop_filter_disable: u32
) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations
sourceimpl Clone for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAPictureParameterBufferVP8__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 _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Default for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1> for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl PartialEq<_VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1> for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
) -> bool
impl Copy for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Eq for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl StructuralEq for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Send for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAPictureParameterBufferVP8__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAPictureParameterBufferVP8__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