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