pub struct VP8;Auto Trait Implementations§
impl Freeze for VP8
impl RefUnwindSafe for VP8
impl Send for VP8
impl Sync for VP8
impl Unpin for VP8
impl UnwindSafe for VP8
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