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