pub enum VideoFormat {
Show 18 variants
Unknown,
None,
I420,
NV12,
YVYU,
YUY2,
UYVY,
RGBA,
BGRA,
BGRX,
Y800,
I444,
BGR3,
I422,
I40A,
I42A,
YUVA,
AYUV,
}Variants§
Trait Implementations§
Source§impl Debug for VideoFormat
impl Debug for VideoFormat
Source§impl From<u32> for VideoFormat
impl From<u32> for VideoFormat
Source§impl PartialEq for VideoFormat
impl PartialEq for VideoFormat
Auto Trait Implementations§
impl Freeze for VideoFormat
impl RefUnwindSafe for VideoFormat
impl Send for VideoFormat
impl Sync for VideoFormat
impl Unpin for VideoFormat
impl UnwindSafe for VideoFormat
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