#[repr(C)]pub struct _VAEncFEIMBControlH264 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub reserved1: u32,
pub reserved2: u32,
pub _bitfield_align_2: [u16; 0],
pub _bitfield_2: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
reserved1: u32
reserved2: u32
_bitfield_align_2: [u16; 0]
_bitfield_2: __BindgenBitfieldUnit<[u8; 4]>
Implementations
sourceimpl _VAEncFEIMBControlH264
impl _VAEncFEIMBControlH264
pub fn force_to_intra(&self) -> u32
pub fn set_force_to_intra(&mut self, val: u32)
pub fn force_to_skip(&self) -> u32
pub fn set_force_to_skip(&mut self, val: u32)
pub fn force_to_nonskip(&self) -> u32
pub fn set_force_to_nonskip(&mut self, val: u32)
pub fn enable_direct_bias_adjustment(&self) -> u32
pub fn set_enable_direct_bias_adjustment(&mut self, val: u32)
pub fn enable_motion_bias_adjustment(&self) -> u32
pub fn set_enable_motion_bias_adjustment(&mut self, val: u32)
pub fn ext_mv_cost_scaling_factor(&self) -> u32
pub fn set_ext_mv_cost_scaling_factor(&mut self, val: u32)
pub fn reserved0(&self) -> u32
pub fn set_reserved0(&mut self, val: u32)
pub fn new_bitfield_1(
force_to_intra: u32,
force_to_skip: u32,
force_to_nonskip: u32,
enable_direct_bias_adjustment: u32,
enable_motion_bias_adjustment: u32,
ext_mv_cost_scaling_factor: u32,
reserved0: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
pub fn reserved3(&self) -> u32
pub fn set_reserved3(&mut self, val: u32)
pub fn target_size_in_word(&self) -> u32
pub fn set_target_size_in_word(&mut self, val: u32)
pub fn max_size_in_word(&self) -> u32
pub fn set_max_size_in_word(&mut self, val: u32)
pub fn new_bitfield_2(
reserved3: u32,
target_size_in_word: u32,
max_size_in_word: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
sourceimpl Clone for _VAEncFEIMBControlH264
impl Clone for _VAEncFEIMBControlH264
sourcefn clone(&self) -> _VAEncFEIMBControlH264
fn clone(&self) -> _VAEncFEIMBControlH264
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 Debug for _VAEncFEIMBControlH264
impl Debug for _VAEncFEIMBControlH264
sourceimpl Default for _VAEncFEIMBControlH264
impl Default for _VAEncFEIMBControlH264
sourcefn default() -> _VAEncFEIMBControlH264
fn default() -> _VAEncFEIMBControlH264
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncFEIMBControlH264> for _VAEncFEIMBControlH264
impl PartialEq<_VAEncFEIMBControlH264> for _VAEncFEIMBControlH264
sourcefn eq(&self, other: &_VAEncFEIMBControlH264) -> bool
fn eq(&self, other: &_VAEncFEIMBControlH264) -> bool
impl Copy for _VAEncFEIMBControlH264
impl Eq for _VAEncFEIMBControlH264
impl StructuralEq for _VAEncFEIMBControlH264
impl StructuralPartialEq for _VAEncFEIMBControlH264
Auto Trait Implementations
impl RefUnwindSafe for _VAEncFEIMBControlH264
impl Send for _VAEncFEIMBControlH264
impl Sync for _VAEncFEIMBControlH264
impl Unpin for _VAEncFEIMBControlH264
impl UnwindSafe for _VAEncFEIMBControlH264
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