Struct CrossSlideThresholds
#[repr(C)]pub struct CrossSlideThresholds {
pub SelectionStart: f32,
pub SpeedBumpStart: f32,
pub SpeedBumpEnd: f32,
pub RearrangeStart: f32,
}
Fields§
§SelectionStart: f32
§SpeedBumpStart: f32
§SpeedBumpEnd: f32
§RearrangeStart: f32
Trait Implementations§
§impl Clone for CrossSlideThresholds
impl Clone for CrossSlideThresholds
§fn clone(&self) -> CrossSlideThresholds
fn clone(&self) -> CrossSlideThresholds
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for CrossSlideThresholds
impl Debug for CrossSlideThresholds
§impl Default for CrossSlideThresholds
impl Default for CrossSlideThresholds
§fn default() -> CrossSlideThresholds
fn default() -> CrossSlideThresholds
Returns the “default value” for a type. Read more
§impl PartialEq for CrossSlideThresholds
impl PartialEq for CrossSlideThresholds
impl Copy for CrossSlideThresholds
impl StructuralPartialEq for CrossSlideThresholds
Auto Trait Implementations§
impl Freeze for CrossSlideThresholds
impl RefUnwindSafe for CrossSlideThresholds
impl Send for CrossSlideThresholds
impl Sync for CrossSlideThresholds
impl Unpin for CrossSlideThresholds
impl UnwindSafe for CrossSlideThresholds
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more