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