pub struct Media<O> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<O> !RefUnwindSafe for Media<O>
impl<O> !UnwindSafe for Media<O>
impl<O> Freeze for Media<O>
impl<O> Send for Media<O>where
O: Send,
impl<O> Sync for Media<O>where
O: Send,
impl<O> Unpin for Media<O>
impl<O> UnsafeUnpin for Media<O>
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