pub struct VideoMsg {}Auto Trait Implementations§
impl Freeze for VideoMsg
impl RefUnwindSafe for VideoMsg
impl Send for VideoMsg
impl Sync for VideoMsg
impl Unpin for VideoMsg
impl UnwindSafe for VideoMsg
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