pub struct InvalidVideoStream;Expand description
Invalid video stream
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidVideoStream
impl RefUnwindSafe for InvalidVideoStream
impl Send for InvalidVideoStream
impl Sync for InvalidVideoStream
impl Unpin for InvalidVideoStream
impl UnsafeUnpin for InvalidVideoStream
impl UnwindSafe for InvalidVideoStream
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