Struct windows_sys::Graphics::Display::AdvancedColorKind
[−]#[repr(transparent)]pub struct AdvancedColorKind(pub i32);
Expand description
Required features: "Graphics_Display"
Tuple Fields
0: i32
Implementations
impl AdvancedColorKind
impl AdvancedColorKind
pub const StandardDynamicRange: Self = Self(0i32)
pub const WideColorGamut: Self = Self(1i32)
pub const HighDynamicRange: Self = Self(2i32)
Trait Implementations
impl Clone for AdvancedColorKind
impl Clone for AdvancedColorKind
impl Copy for AdvancedColorKind
Auto Trait Implementations
impl RefUnwindSafe for AdvancedColorKind
impl Send for AdvancedColorKind
impl Sync for AdvancedColorKind
impl Unpin for AdvancedColorKind
impl UnwindSafe for AdvancedColorKind
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