Struct windows_sys::UI::Xaml::Automation::ZoomUnit
[−]#[repr(transparent)]pub struct ZoomUnit(pub i32);Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32Implementations
impl ZoomUnit
impl ZoomUnit
pub const NoAmount: Self
pub const LargeDecrement: Self
pub const SmallDecrement: Self
pub const LargeIncrement: Self
pub const SmallIncrement: Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZoomUnit
impl Send for ZoomUnit
impl Sync for ZoomUnit
impl Unpin for ZoomUnit
impl UnwindSafe for ZoomUnit
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