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 UnsafeUnpin 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