pub struct SensorEndTouchEvent {
pub sensor_shape: ShapeId,
pub visitor_shape: ShapeId,
}Fields§
§sensor_shape: ShapeId§visitor_shape: ShapeIdTrait Implementations§
Source§impl Clone for SensorEndTouchEvent
impl Clone for SensorEndTouchEvent
Source§fn clone(&self) -> SensorEndTouchEvent
fn clone(&self) -> SensorEndTouchEvent
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 moreAuto Trait Implementations§
impl Freeze for SensorEndTouchEvent
impl RefUnwindSafe for SensorEndTouchEvent
impl Send for SensorEndTouchEvent
impl Sync for SensorEndTouchEvent
impl Unpin for SensorEndTouchEvent
impl UnsafeUnpin for SensorEndTouchEvent
impl UnwindSafe for SensorEndTouchEvent
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