pub struct VideoChannel { /* private fields */ }
Expand description
The video task.
Auto Trait Implementations§
impl Freeze for VideoChannel
impl !RefUnwindSafe for VideoChannel
impl Send for VideoChannel
impl Sync for VideoChannel
impl Unpin for VideoChannel
impl !UnwindSafe for VideoChannel
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