pub struct VP8EncRefFlags(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for VP8EncRefFlags
impl RefUnwindSafe for VP8EncRefFlags
impl Send for VP8EncRefFlags
impl Sync for VP8EncRefFlags
impl Unpin for VP8EncRefFlags
impl UnsafeUnpin for VP8EncRefFlags
impl UnwindSafe for VP8EncRefFlags
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