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