Struct windows_sys::UI::Input::Inking::InkHighContrastAdjustment
[−]#[repr(transparent)]pub struct InkHighContrastAdjustment(pub i32);
Expand description
Required features: ‘UI_Input_Inking’
Tuple Fields
0: i32
Implementations
impl InkHighContrastAdjustment
impl InkHighContrastAdjustment
pub const UseSystemColorsWhenNecessary: Self
pub const UseSystemColors: Self
pub const UseOriginalColors: Self
Trait Implementations
impl Clone for InkHighContrastAdjustment
impl Clone for InkHighContrastAdjustment
impl Copy for InkHighContrastAdjustment
Auto Trait Implementations
impl RefUnwindSafe for InkHighContrastAdjustment
impl Send for InkHighContrastAdjustment
impl Sync for InkHighContrastAdjustment
impl Unpin for InkHighContrastAdjustment
impl UnwindSafe for InkHighContrastAdjustment
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