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