Struct winapi::um::winuser::HIGHCONTRASTW
source · #[repr(C)]pub struct HIGHCONTRASTW {
pub cbSize: UINT,
pub dwFlags: DWORD,
pub lpszDefaultScheme: LPWSTR,
}
Fields§
§cbSize: UINT
§dwFlags: DWORD
§lpszDefaultScheme: LPWSTR
Trait Implementations§
source§impl Clone for HIGHCONTRASTW
impl Clone for HIGHCONTRASTW
source§fn clone(&self) -> HIGHCONTRASTW
fn clone(&self) -> HIGHCONTRASTW
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 moresource§impl Default for HIGHCONTRASTW
impl Default for HIGHCONTRASTW
source§fn default() -> HIGHCONTRASTW
fn default() -> HIGHCONTRASTW
Returns the “default value” for a type. Read more