Struct cros_libva::buffer::AV1ModeControlFields
source · pub struct AV1ModeControlFields(/* private fields */);Expand description
Wrapper over the mode_control_fields bindgen field in VADecPictureParameterBufferAV1.
Implementations§
Auto Trait Implementations§
impl Freeze for AV1ModeControlFields
impl RefUnwindSafe for AV1ModeControlFields
impl Send for AV1ModeControlFields
impl Sync for AV1ModeControlFields
impl Unpin for AV1ModeControlFields
impl UnwindSafe for AV1ModeControlFields
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