pub struct SpatialEnvelope {
pub min: Position2,
pub max: Position2,
}Expand description
Axis-aligned broad-phase query envelope in world yards.
Fields§
§min: Position2§max: Position2Trait Implementations§
Source§impl Clone for SpatialEnvelope
impl Clone for SpatialEnvelope
Source§fn clone(&self) -> SpatialEnvelope
fn clone(&self) -> SpatialEnvelope
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 SpatialEnvelope
impl Debug for SpatialEnvelope
Source§impl PartialEq for SpatialEnvelope
impl PartialEq for SpatialEnvelope
impl Copy for SpatialEnvelope
impl StructuralPartialEq for SpatialEnvelope
Auto Trait Implementations§
impl Freeze for SpatialEnvelope
impl RefUnwindSafe for SpatialEnvelope
impl Send for SpatialEnvelope
impl Sync for SpatialEnvelope
impl Unpin for SpatialEnvelope
impl UnsafeUnpin for SpatialEnvelope
impl UnwindSafe for SpatialEnvelope
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