Struct windows_sys::UI::Input::CrossSlideThresholds
[−]#[repr(C)]pub struct CrossSlideThresholds {
pub SelectionStart: f32,
pub SpeedBumpStart: f32,
pub SpeedBumpEnd: f32,
pub RearrangeStart: f32,
}
Expand description
Required features: ‘UI_Input’
Fields
SelectionStart: f32
SpeedBumpStart: f32
SpeedBumpEnd: f32
RearrangeStart: f32
Trait Implementations
impl Clone for CrossSlideThresholds
impl Clone for CrossSlideThresholds
impl Copy for CrossSlideThresholds
Auto Trait Implementations
impl RefUnwindSafe for CrossSlideThresholds
impl Send for CrossSlideThresholds
impl Sync for CrossSlideThresholds
impl Unpin for CrossSlideThresholds
impl UnwindSafe for CrossSlideThresholds
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