Struct windows_sys::Win32::UI::Accessibility::HIGHCONTRASTA
[−]#[repr(C)]pub struct HIGHCONTRASTA {
pub cbSize: u32,
pub dwFlags: HIGHCONTRASTW_FLAGS,
pub lpszDefaultScheme: PSTR,
}
Expand description
Required features: ‘Win32_UI_Accessibility’
Fields
cbSize: u32
dwFlags: HIGHCONTRASTW_FLAGS
lpszDefaultScheme: PSTR
Trait Implementations
impl Clone for HIGHCONTRASTA
impl Clone for HIGHCONTRASTA
impl Copy for HIGHCONTRASTA
Auto Trait Implementations
impl RefUnwindSafe for HIGHCONTRASTA
impl !Send for HIGHCONTRASTA
impl !Sync for HIGHCONTRASTA
impl Unpin for HIGHCONTRASTA
impl UnwindSafe for HIGHCONTRASTA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more