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