Struct cros_libva::buffer::AV1QMatrixFields
source · pub struct AV1QMatrixFields(/* private fields */);Expand description
Wrapper over the qmatrix_fields bindgen field in VADecPictureParameterBufferAV1.
Implementations§
Auto Trait Implementations§
impl Freeze for AV1QMatrixFields
impl RefUnwindSafe for AV1QMatrixFields
impl Send for AV1QMatrixFields
impl Sync for AV1QMatrixFields
impl Unpin for AV1QMatrixFields
impl UnwindSafe for AV1QMatrixFields
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more