#[repr(C)]pub struct HIGHCONTRASTA {
pub cbSize: u32,
pub dwFlags: HIGHCONTRASTW_FLAGS,
pub lpszDefaultScheme: PSTR,
}Fields§
§cbSize: u32§dwFlags: HIGHCONTRASTW_FLAGS§lpszDefaultScheme: PSTRTrait 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 Debug for HIGHCONTRASTA
impl Debug for HIGHCONTRASTA
Source§impl Default for HIGHCONTRASTA
impl Default for HIGHCONTRASTA
Source§fn default() -> HIGHCONTRASTA
fn default() -> HIGHCONTRASTA
Returns the “default value” for a type. Read more
Source§impl PartialEq for HIGHCONTRASTA
impl PartialEq for HIGHCONTRASTA
impl Copy for HIGHCONTRASTA
impl Eq 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