pub enum Space {
Show 15 variants
RGB,
BT709,
Unspecified,
Reserved,
FCC,
BT470BG,
SMPTE170M,
SMPTE240M,
YCGCO,
BT2020NCL,
BT2020CL,
SMPTE2085,
ChromaDerivedNCL,
ChromaDerivedCL,
ICTCP,
}Variants§
RGB
BT709
Unspecified
Reserved
FCC
BT470BG
SMPTE170M
SMPTE240M
YCGCO
BT2020NCL
BT2020CL
SMPTE2085
ChromaDerivedNCL
ChromaDerivedCL
ICTCP
Implementations§
Trait Implementations§
Source§impl From<AVColorSpace> for Space
impl From<AVColorSpace> for Space
Source§fn from(value: AVColorSpace) -> Self
fn from(value: AVColorSpace) -> Self
Converts to this type from the input type.
Source§impl Into<AVColorSpace> for Space
impl Into<AVColorSpace> for Space
Source§fn into(self) -> AVColorSpace
fn into(self) -> AVColorSpace
Converts this type into the (usually inferred) input type.
impl Copy for Space
impl Eq for Space
impl StructuralPartialEq for Space
Auto Trait Implementations§
impl Freeze for Space
impl RefUnwindSafe for Space
impl Send for Space
impl Sync for Space
impl Unpin for Space
impl UnwindSafe for Space
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