pub struct ScrollCancel {
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 ScrollCancel
impl Clone for ScrollCancel
Source§fn clone(&self) -> ScrollCancel
fn clone(&self) -> ScrollCancel
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 ScrollCancel
impl Debug for ScrollCancel
Source§impl DeviceEvent for ScrollCancel
impl DeviceEvent for ScrollCancel
Source§impl PartialEq for ScrollCancel
impl PartialEq for ScrollCancel
impl StructuralPartialEq for ScrollCancel
Auto Trait Implementations§
impl Freeze for ScrollCancel
impl RefUnwindSafe for ScrollCancel
impl Send for ScrollCancel
impl Sync for ScrollCancel
impl Unpin for ScrollCancel
impl UnwindSafe for ScrollCancel
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