Struct windows_sys::UI::Xaml::ElementHighContrastAdjustment
[−]#[repr(transparent)]pub struct ElementHighContrastAdjustment(pub u32);
Expand description
Required features: ‘UI_Xaml’
Tuple Fields
0: u32
Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more