Struct cros_libva::buffer::VP9EncRefFlags
source · pub struct VP9EncRefFlags(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for VP9EncRefFlags
impl RefUnwindSafe for VP9EncRefFlags
impl Send for VP9EncRefFlags
impl Sync for VP9EncRefFlags
impl Unpin for VP9EncRefFlags
impl UnwindSafe for VP9EncRefFlags
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