Struct windows_sys::UI::Input::CrossSlidingState
[−]#[repr(transparent)]pub struct CrossSlidingState(pub i32);
Expand description
Required features: ‘UI_Input’
Tuple Fields
0: i32
Implementations
impl CrossSlidingState
impl CrossSlidingState
pub const Started: Self
pub const Dragging: Self
pub const Selecting: Self
pub const SelectSpeedBumping: Self
pub const SpeedBumping: Self
pub const Rearranging: Self
pub const Completed: Self
Trait Implementations
impl Clone for CrossSlidingState
impl Clone for CrossSlidingState
impl Copy for CrossSlidingState
Auto Trait Implementations
impl RefUnwindSafe for CrossSlidingState
impl Send for CrossSlidingState
impl Sync for CrossSlidingState
impl Unpin for CrossSlidingState
impl UnwindSafe for CrossSlidingState
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