pub struct ScrollStop {
pub device: Device,
pub time: u64,
pub x: bool,
pub y: bool,
}Fields§
§device: Device§time: u64§x: bool§y: boolTrait Implementations§
Source§impl Clone for ScrollStop
impl Clone for ScrollStop
Source§fn clone(&self) -> ScrollStop
fn clone(&self) -> ScrollStop
Returns a duplicate 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 moreSource§impl Debug for ScrollStop
impl Debug for ScrollStop
Source§impl DeviceEvent for ScrollStop
impl DeviceEvent for ScrollStop
Source§impl PartialEq for ScrollStop
impl PartialEq for ScrollStop
impl StructuralPartialEq for ScrollStop
Auto Trait Implementations§
impl Freeze for ScrollStop
impl RefUnwindSafe for ScrollStop
impl Send for ScrollStop
impl Sync for ScrollStop
impl Unpin for ScrollStop
impl UnwindSafe for ScrollStop
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