#[repr(C)]#[repr(align(4))]pub struct _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations
sourceimpl _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
pub fn frame_type(&self) -> u32
pub fn set_frame_type(&mut self, val: u32)
pub fn version(&self) -> u32
pub fn set_version(&mut self, val: u32)
pub fn show_frame(&self) -> u32
pub fn set_show_frame(&mut self, val: u32)
pub fn color_space(&self) -> u32
pub fn set_color_space(&mut self, val: u32)
pub fn recon_filter_type(&self) -> u32
pub fn set_recon_filter_type(&mut self, val: u32)
pub fn loop_filter_type(&self) -> u32
pub fn set_loop_filter_type(&mut self, val: u32)
pub fn auto_partitions(&self) -> u32
pub fn set_auto_partitions(&mut self, val: u32)
pub fn num_token_partitions(&self) -> u32
pub fn set_num_token_partitions(&mut self, val: u32)
pub fn clamping_type(&self) -> u32
pub fn set_clamping_type(&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 loop_filter_adj_enable(&self) -> u32
pub fn set_loop_filter_adj_enable(&mut self, val: u32)
pub fn refresh_entropy_probs(&self) -> u32
pub fn set_refresh_entropy_probs(&mut self, val: u32)
pub fn refresh_golden_frame(&self) -> u32
pub fn set_refresh_golden_frame(&mut self, val: u32)
pub fn refresh_alternate_frame(&self) -> u32
pub fn set_refresh_alternate_frame(&mut self, val: u32)
pub fn refresh_last(&self) -> u32
pub fn set_refresh_last(&mut self, val: u32)
pub fn copy_buffer_to_golden(&self) -> u32
pub fn set_copy_buffer_to_golden(&mut self, val: u32)
pub fn copy_buffer_to_alternate(&self) -> u32
pub fn set_copy_buffer_to_alternate(&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 forced_lf_adjustment(&self) -> u32
pub fn set_forced_lf_adjustment(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1(
frame_type: u32,
version: u32,
show_frame: u32,
color_space: u32,
recon_filter_type: u32,
loop_filter_type: u32,
auto_partitions: u32,
num_token_partitions: u32,
clamping_type: u32,
segmentation_enabled: u32,
update_mb_segmentation_map: u32,
update_segment_feature_data: u32,
loop_filter_adj_enable: u32,
refresh_entropy_probs: u32,
refresh_golden_frame: u32,
refresh_alternate_frame: u32,
refresh_last: u32,
copy_buffer_to_golden: u32,
copy_buffer_to_alternate: u32,
sign_bias_golden: u32,
sign_bias_alternate: u32,
mb_no_coeff_skip: u32,
forced_lf_adjustment: u32,
reserved: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
sourceimpl Clone for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl Clone for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
sourcefn clone(&self) -> _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
fn clone(&self) -> _VAEncPictureParameterBufferVP8__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 _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl Default for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
sourcefn default() -> _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
fn default() -> _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1> for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl PartialEq<_VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1> for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
sourcefn eq(
&self,
other: &_VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
) -> bool
fn eq(
&self,
other: &_VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
) -> bool
impl Copy for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl Eq for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl StructuralEq for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl StructuralPartialEq for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl Send for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl Sync for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl Unpin for _VAEncPictureParameterBufferVP8__bindgen_ty_2__bindgen_ty_1
impl UnwindSafe for _VAEncPictureParameterBufferVP8__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