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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more