pub enum Space {
Show 18 variants
RGB,
BT709,
Unspecified,
Reserved,
FCC,
BT470BG,
SMPTE170M,
SMPTE240M,
YCGCO,
BT2020NCL,
BT2020CL,
SMPTE2085,
ChromaDerivedNCL,
ChromaDerivedCL,
ICTCP,
IPT_C2,
YCGCO_RE,
YCGCO_RO,
}Variants§
RGB
BT709
Unspecified
Reserved
FCC
BT470BG
SMPTE170M
SMPTE240M
YCGCO
BT2020NCL
BT2020CL
SMPTE2085
ChromaDerivedNCL
ChromaDerivedCL
ICTCP
IPT_C2
YCGCO_RE
YCGCO_RO
Implementations§
Trait Implementations§
impl Copy for Space
impl Eq for Space
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 From<Space> for AVColorSpace
impl From<Space> for AVColorSpace
Source§fn from(value: Space) -> AVColorSpace
fn from(value: Space) -> AVColorSpace
Converts to this type from the input type.
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 UnsafeUnpin 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