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