#[repr(u8)]pub enum YuvRangedColorSpace {
Rec601Narrow = 0,
Rec601Full = 1,
Rec709Narrow = 2,
Rec709Full = 3,
Rec2020Narrow = 4,
Rec2020Full = 5,
GbrIdentity = 6,
}
Variants§
Rec601Narrow = 0
Rec601Full = 1
Rec709Narrow = 2
Rec709Full = 3
Rec2020Narrow = 4
Rec2020Full = 5
GbrIdentity = 6
Auto Trait Implementations§
impl Freeze for YuvRangedColorSpace
impl RefUnwindSafe for YuvRangedColorSpace
impl Send for YuvRangedColorSpace
impl Sync for YuvRangedColorSpace
impl Unpin for YuvRangedColorSpace
impl UnwindSafe for YuvRangedColorSpace
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