#[repr(u32)]pub enum YCCStd {
YCC_601 = 601,
YCC_709 = 709,
YCC_2020 = 2_020,
}
Expand description
YCbCr Standards
Variants§
YCC_601 = 601
ITU-R BT.601 (formerly CCIR 601) standard
YCC_709 = 709
ITU-R BT.709 standard
YCC_2020 = 2_020
ITU-R BT.2020 standard
Trait Implementations§
impl Copy for YCCStd
impl StructuralPartialEq for YCCStd
Auto Trait Implementations§
impl Freeze for YCCStd
impl RefUnwindSafe for YCCStd
impl Send for YCCStd
impl Sync for YCCStd
impl Unpin for YCCStd
impl UnwindSafe for YCCStd
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