Struct windows_sys::Win32::UI::ColorSystem::NAMEDCOLOR
[−]#[repr(C)]pub struct NAMEDCOLOR {
pub dwIndex: u32,
}
Expand description
Required features: "Win32_UI_ColorSystem"
Fields
dwIndex: u32
Trait Implementations
impl Clone for NAMEDCOLOR
impl Clone for NAMEDCOLOR
impl Copy for NAMEDCOLOR
Auto Trait Implementations
impl RefUnwindSafe for NAMEDCOLOR
impl Send for NAMEDCOLOR
impl Sync for NAMEDCOLOR
impl Unpin for NAMEDCOLOR
impl UnwindSafe for NAMEDCOLOR
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