Expand description
Video stream information.
Fields
width: usizePicture width.
height: usizePicture height.
format: Option<Arc<Formaton>>Picture pixel format.
Trait Implementations
sourceimpl PartialEq<VideoInfo> for VideoInfo
impl PartialEq<VideoInfo> for VideoInfo
impl Eq for VideoInfo
impl StructuralEq for VideoInfo
impl StructuralPartialEq for VideoInfo
Auto Trait Implementations
impl RefUnwindSafe for VideoInfo
impl Send for VideoInfo
impl Sync for VideoInfo
impl Unpin for VideoInfo
impl UnwindSafe for VideoInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more