#[repr(C, align(4))]pub struct _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
pub fn reset(&self) -> u32
pub fn set_reset(&mut self, val: u32)
pub fn disable_frame_skip(&self) -> u32
pub fn set_disable_frame_skip(&mut self, val: u32)
pub fn disable_bit_stuffing(&self) -> u32
pub fn set_disable_bit_stuffing(&mut self, val: u32)
pub fn mb_rate_control(&self) -> u32
pub fn set_mb_rate_control(&mut self, val: u32)
pub fn temporal_id(&self) -> u32
pub fn set_temporal_id(&mut self, val: u32)
pub fn cfs_I_frames(&self) -> u32
pub fn set_cfs_I_frames(&mut self, val: u32)
pub fn enable_parallel_brc(&self) -> u32
pub fn set_enable_parallel_brc(&mut self, val: u32)
pub fn enable_dynamic_scaling(&self) -> u32
pub fn set_enable_dynamic_scaling(&mut self, val: u32)
pub fn frame_tolerance_mode(&self) -> u32
pub fn set_frame_tolerance_mode(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( reset: u32, disable_frame_skip: u32, disable_bit_stuffing: u32, mb_rate_control: u32, temporal_id: u32, cfs_I_frames: u32, enable_parallel_brc: u32, enable_dynamic_scaling: u32, frame_tolerance_mode: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl Clone for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Source§impl Default for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl Default for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Source§fn default() -> _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
fn default() -> _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Eq for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl Send for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl Sync for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl Unpin for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _VAEncMiscParameterRateControl__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more