#[repr(C)]pub struct b3SensorBeginTouchEvent {
pub sensorShapeId: b3ShapeId,
pub visitorShapeId: b3ShapeId,
}Expand description
A begin-touch event is generated when a shape starts to overlap a sensor shape.
Fields§
§sensorShapeId: b3ShapeIdThe id of the sensor shape
visitorShapeId: b3ShapeIdThe id of the shape that began touching the sensor shape
Trait Implementations§
Source§impl Clone for b3SensorBeginTouchEvent
impl Clone for b3SensorBeginTouchEvent
Source§fn clone(&self) -> b3SensorBeginTouchEvent
fn clone(&self) -> b3SensorBeginTouchEvent
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 moreimpl Copy for b3SensorBeginTouchEvent
Auto Trait Implementations§
impl Freeze for b3SensorBeginTouchEvent
impl RefUnwindSafe for b3SensorBeginTouchEvent
impl Send for b3SensorBeginTouchEvent
impl Sync for b3SensorBeginTouchEvent
impl Unpin for b3SensorBeginTouchEvent
impl UnsafeUnpin for b3SensorBeginTouchEvent
impl UnwindSafe for b3SensorBeginTouchEvent
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