pub struct PressInteractionPress {
pub press_position: Point,
/* private fields */
}Fields§
§press_position: PointImplementations§
Trait Implementations§
Source§impl Clone for PressInteractionPress
impl Clone for PressInteractionPress
Source§fn clone(&self) -> PressInteractionPress
fn clone(&self) -> PressInteractionPress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PressInteractionPress
impl Debug for PressInteractionPress
Source§impl PartialEq for PressInteractionPress
impl PartialEq for PressInteractionPress
Source§fn eq(&self, other: &PressInteractionPress) -> bool
fn eq(&self, other: &PressInteractionPress) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PressInteractionPress
impl StructuralPartialEq for PressInteractionPress
Auto Trait Implementations§
impl Freeze for PressInteractionPress
impl RefUnwindSafe for PressInteractionPress
impl Send for PressInteractionPress
impl Sync for PressInteractionPress
impl Unpin for PressInteractionPress
impl UnsafeUnpin for PressInteractionPress
impl UnwindSafe for PressInteractionPress
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