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