#[repr(C)]pub struct _VAEncMacroblockParameterBufferH264 {
pub qp: u8,
pub info: _VAEncMacroblockParameterBufferH264__bindgen_ty_1,
pub va_reserved: [u32; 4],
}
Fields
qp: u8
info: _VAEncMacroblockParameterBufferH264__bindgen_ty_1
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VAEncMacroblockParameterBufferH264
impl Clone for _VAEncMacroblockParameterBufferH264
sourcefn clone(&self) -> _VAEncMacroblockParameterBufferH264
fn clone(&self) -> _VAEncMacroblockParameterBufferH264
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 _VAEncMacroblockParameterBufferH264
Auto Trait Implementations
impl RefUnwindSafe for _VAEncMacroblockParameterBufferH264
impl Send for _VAEncMacroblockParameterBufferH264
impl Sync for _VAEncMacroblockParameterBufferH264
impl Unpin for _VAEncMacroblockParameterBufferH264
impl UnwindSafe for _VAEncMacroblockParameterBufferH264
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