#[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 duplicate 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
impl Copy for HIGHCONTRASTW
Auto Trait Implementations§
impl Freeze for HIGHCONTRASTW
impl RefUnwindSafe for HIGHCONTRASTW
impl !Send for HIGHCONTRASTW
impl !Sync for HIGHCONTRASTW
impl Unpin for HIGHCONTRASTW
impl UnwindSafe for HIGHCONTRASTW
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