pub struct VideoDecoder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for VideoDecoder
impl Drop for VideoDecoder
Auto Trait Implementations§
impl !RefUnwindSafe for VideoDecoder
impl !Send for VideoDecoder
impl !Sync for VideoDecoder
impl !UnwindSafe for VideoDecoder
impl Freeze for VideoDecoder
impl Unpin for VideoDecoder
impl UnsafeUnpin for VideoDecoder
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