pub struct SensorOverlaps {
pub overlaps: Vec<i32>,
}Expand description
(b2SensorOverlaps, from shape.h)
Fields§
§overlaps: Vec<i32>Trait Implementations§
Source§impl Clone for SensorOverlaps
impl Clone for SensorOverlaps
Source§fn clone(&self) -> SensorOverlaps
fn clone(&self) -> SensorOverlaps
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 SensorOverlaps
impl Debug for SensorOverlaps
Source§impl Default for SensorOverlaps
impl Default for SensorOverlaps
Source§fn default() -> SensorOverlaps
fn default() -> SensorOverlaps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SensorOverlaps
impl RefUnwindSafe for SensorOverlaps
impl Send for SensorOverlaps
impl Sync for SensorOverlaps
impl Unpin for SensorOverlaps
impl UnsafeUnpin for SensorOverlaps
impl UnwindSafe for SensorOverlaps
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