Struct windows_sys::UI::Xaml::ElementHighContrastAdjustment
[−]#[repr(transparent)]pub struct ElementHighContrastAdjustment(pub u32);
Expand description
Required features: "UI_Xaml"
Tuple Fields
0: u32
Implementations
impl ElementHighContrastAdjustment
impl ElementHighContrastAdjustment
pub const None: Self = Self(0u32)
pub const Application: Self = Self(2147483648u32)
pub const Auto: Self = Self(4294967295u32)
Trait Implementations
impl Clone for ElementHighContrastAdjustment
impl Clone for ElementHighContrastAdjustment
impl Copy for ElementHighContrastAdjustment
Auto Trait Implementations
impl RefUnwindSafe for ElementHighContrastAdjustment
impl Send for ElementHighContrastAdjustment
impl Sync for ElementHighContrastAdjustment
impl Unpin for ElementHighContrastAdjustment
impl UnwindSafe for ElementHighContrastAdjustment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more