Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DICOLORSET
[−]#[repr(C)]pub struct DICOLORSET {
pub dwSize: u32,
pub cTextFore: u32,
pub cTextHighlight: u32,
pub cCalloutLine: u32,
pub cCalloutHighlight: u32,
pub cBorder: u32,
pub cControlFill: u32,
pub cHighlightFill: u32,
pub cAreaFill: u32,
}Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
dwSize: u32cTextFore: u32cTextHighlight: u32cCalloutLine: u32cCalloutHighlight: u32cBorder: u32cControlFill: u32cHighlightFill: u32cAreaFill: u32Trait Implementations
impl Clone for DICOLORSET
impl Clone for DICOLORSET
impl Copy for DICOLORSET
Auto Trait Implementations
impl RefUnwindSafe for DICOLORSET
impl Send for DICOLORSET
impl Sync for DICOLORSET
impl Unpin for DICOLORSET
impl UnwindSafe for DICOLORSET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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