pub struct SpatialIndex(/* private fields */);Trait Implementations§
Source§impl Clone for SpatialIndex
impl Clone for SpatialIndex
Source§fn clone(&self) -> SpatialIndex
fn clone(&self) -> SpatialIndex
Returns a copy 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 SpatialIndex
impl Debug for SpatialIndex
Source§impl<'de> Deserialize<'de> for SpatialIndex
impl<'de> Deserialize<'de> for SpatialIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<A, B> From<(A, B)> for SpatialIndex
impl<A, B> From<(A, B)> for SpatialIndex
Source§impl From<IVec2> for SpatialIndex
impl From<IVec2> for SpatialIndex
Source§impl From<UVec2> for SpatialIndex
impl From<UVec2> for SpatialIndex
Source§impl Hash for SpatialIndex
impl Hash for SpatialIndex
Source§impl Ord for SpatialIndex
impl Ord for SpatialIndex
Source§fn cmp(&self, other: &SpatialIndex) -> Ordering
fn cmp(&self, other: &SpatialIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpatialIndex
impl PartialEq for SpatialIndex
Source§impl PartialOrd for SpatialIndex
impl PartialOrd for SpatialIndex
Source§impl Serialize for SpatialIndex
impl Serialize for SpatialIndex
impl Copy for SpatialIndex
impl Eq for SpatialIndex
impl StructuralPartialEq for SpatialIndex
Auto Trait Implementations§
impl Freeze for SpatialIndex
impl RefUnwindSafe for SpatialIndex
impl Send for SpatialIndex
impl Sync for SpatialIndex
impl Unpin for SpatialIndex
impl UnwindSafe for SpatialIndex
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