Struct libva::IQMatrixBufferVP8
source · [−]pub struct IQMatrixBufferVP8(Box<_VAIQMatrixBufferVP8>);
Expand description
Wrapper over the VAIQMatrixBufferVP8
FFI type.
Tuple Fields
0: Box<_VAIQMatrixBufferVP8>
Implementations
Auto Trait Implementations
impl RefUnwindSafe for IQMatrixBufferVP8
impl Send for IQMatrixBufferVP8
impl Sync for IQMatrixBufferVP8
impl Unpin for IQMatrixBufferVP8
impl UnwindSafe for IQMatrixBufferVP8
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