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,
}
Fields§
§dwSize: u32
§cTextFore: u32
§cTextHighlight: u32
§cCalloutLine: u32
§cCalloutHighlight: u32
§cBorder: u32
§cControlFill: u32
§cHighlightFill: u32
§cAreaFill: u32
Trait Implementations§
§impl Clone for DICOLORSET
impl Clone for DICOLORSET
§fn clone(&self) -> DICOLORSET
fn clone(&self) -> DICOLORSET
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DICOLORSET
Auto Trait Implementations§
impl Freeze for DICOLORSET
impl RefUnwindSafe for DICOLORSET
impl Send for DICOLORSET
impl Sync for DICOLORSET
impl Unpin for DICOLORSET
impl UnwindSafe for DICOLORSET
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)