#[repr(C)]pub struct _VAEncMiscParameterSubMbPartPelH264 {
pub disable_inter_sub_mb_partition: u32,
pub inter_sub_mb_partition_mask: _VAEncMiscParameterSubMbPartPelH264__bindgen_ty_1,
pub enable_sub_pel_mode: u32,
pub sub_pel_mode: u8,
pub reserved: [u8; 3],
}
Fields
disable_inter_sub_mb_partition: u32
inter_sub_mb_partition_mask: _VAEncMiscParameterSubMbPartPelH264__bindgen_ty_1
enable_sub_pel_mode: u32
sub_pel_mode: u8
reserved: [u8; 3]
Trait Implementations
sourceimpl Clone for _VAEncMiscParameterSubMbPartPelH264
impl Clone for _VAEncMiscParameterSubMbPartPelH264
sourcefn clone(&self) -> _VAEncMiscParameterSubMbPartPelH264
fn clone(&self) -> _VAEncMiscParameterSubMbPartPelH264
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 moreimpl Copy for _VAEncMiscParameterSubMbPartPelH264
Auto Trait Implementations
impl RefUnwindSafe for _VAEncMiscParameterSubMbPartPelH264
impl Send for _VAEncMiscParameterSubMbPartPelH264
impl Sync for _VAEncMiscParameterSubMbPartPelH264
impl Unpin for _VAEncMiscParameterSubMbPartPelH264
impl UnwindSafe for _VAEncMiscParameterSubMbPartPelH264
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