#[repr(C)]pub struct Vp8Frame { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vp8Frame
impl RefUnwindSafe for Vp8Frame
impl Send for Vp8Frame
impl Sync for Vp8Frame
impl Unpin for Vp8Frame
impl UnwindSafe for Vp8Frame
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