Struct windows_sys::Graphics::DirectX::DirectXColorSpace
[−]#[repr(transparent)]pub struct DirectXColorSpace(pub i32);
Expand description
Required features: "Graphics_DirectX"
Tuple Fields
0: i32
Implementations
impl DirectXColorSpace
impl DirectXColorSpace
pub const RgbFullG22NoneP709: Self = Self(0i32)
pub const RgbFullG10NoneP709: Self = Self(1i32)
pub const RgbStudioG22NoneP709: Self = Self(2i32)
pub const RgbStudioG22NoneP2020: Self = Self(3i32)
pub const Reserved: Self = Self(4i32)
pub const YccFullG22NoneP709X601: Self = Self(5i32)
pub const YccStudioG22LeftP601: Self = Self(6i32)
pub const YccFullG22LeftP601: Self = Self(7i32)
pub const YccStudioG22LeftP709: Self = Self(8i32)
pub const YccFullG22LeftP709: Self = Self(9i32)
pub const YccStudioG22LeftP2020: Self = Self(10i32)
pub const YccFullG22LeftP2020: Self = Self(11i32)
pub const RgbFullG2084NoneP2020: Self = Self(12i32)
pub const YccStudioG2084LeftP2020: Self = Self(13i32)
pub const RgbStudioG2084NoneP2020: Self = Self(14i32)
pub const YccStudioG22TopLeftP2020: Self = Self(15i32)
pub const YccStudioG2084TopLeftP2020: Self = Self(16i32)
pub const RgbFullG22NoneP2020: Self = Self(17i32)
pub const YccStudioGHlgTopLeftP2020: Self = Self(18i32)
pub const YccFullGHlgTopLeftP2020: Self = Self(19i32)
pub const RgbStudioG24NoneP709: Self = Self(20i32)
pub const RgbStudioG24NoneP2020: Self = Self(21i32)
pub const YccStudioG24LeftP709: Self = Self(22i32)
pub const YccStudioG24LeftP2020: Self = Self(23i32)
pub const YccStudioG24TopLeftP2020: Self = Self(24i32)
Trait Implementations
impl Clone for DirectXColorSpace
impl Clone for DirectXColorSpace
impl Copy for DirectXColorSpace
Auto Trait Implementations
impl RefUnwindSafe for DirectXColorSpace
impl Send for DirectXColorSpace
impl Sync for DirectXColorSpace
impl Unpin for DirectXColorSpace
impl UnwindSafe for DirectXColorSpace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more