Struct cros_codecs::decoder::stateless::vp8::Vp8DecoderState
source · pub struct Vp8DecoderState<B: StatelessDecoderBackend<Header>> { /* private fields */ }
Trait Implementations§
source§impl<B: StatelessDecoderBackend<Header>> Default for Vp8DecoderState<B>
impl<B: StatelessDecoderBackend<Header>> Default for Vp8DecoderState<B>
Auto Trait Implementations§
impl<B> RefUnwindSafe for Vp8DecoderState<B>where <B as StatelessDecoderBackend<Header>>::Handle: RefUnwindSafe,
impl<B> Send for Vp8DecoderState<B>where <B as StatelessDecoderBackend<Header>>::Handle: Send,
impl<B> Sync for Vp8DecoderState<B>where <B as StatelessDecoderBackend<Header>>::Handle: Sync,
impl<B> Unpin for Vp8DecoderState<B>where <B as StatelessDecoderBackend<Header>>::Handle: Unpin,
impl<B> UnwindSafe for Vp8DecoderState<B>where <B as StatelessDecoderBackend<Header>>::Handle: 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