#[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 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 HIGHCONTRASTA
impl Default for HIGHCONTRASTA
Source§fn default() -> HIGHCONTRASTA
fn default() -> HIGHCONTRASTA
Returns the “default value” for a type. Read more
impl Copy for HIGHCONTRASTA
Auto Trait Implementations§
impl Freeze for HIGHCONTRASTA
impl RefUnwindSafe for HIGHCONTRASTA
impl !Send for HIGHCONTRASTA
impl !Sync for HIGHCONTRASTA
impl Unpin for HIGHCONTRASTA
impl UnwindSafe for HIGHCONTRASTA
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