pub struct Vp9DecoderState<H: DecodedHandle> { /* private fields */ }Trait Implementations§
Source§impl<H> Default for Vp9DecoderState<H>where
H: DecodedHandle,
impl<H> Default for Vp9DecoderState<H>where
H: DecodedHandle,
Auto Trait Implementations§
impl<H> Freeze for Vp9DecoderState<H>where
H: Freeze,
impl<H> RefUnwindSafe for Vp9DecoderState<H>where
H: RefUnwindSafe,
impl<H> Send for Vp9DecoderState<H>where
H: Send,
impl<H> Sync for Vp9DecoderState<H>where
H: Sync,
impl<H> Unpin for Vp9DecoderState<H>where
H: Unpin,
impl<H> UnwindSafe for Vp9DecoderState<H>where
H: UnwindSafe,
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