pub struct SpatialEntityIdEXT(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SpatialEntityIdEXT
impl Clone for SpatialEntityIdEXT
Source§fn clone(&self) -> SpatialEntityIdEXT
fn clone(&self) -> SpatialEntityIdEXT
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 SpatialEntityIdEXT
impl Debug for SpatialEntityIdEXT
Source§impl Default for SpatialEntityIdEXT
impl Default for SpatialEntityIdEXT
Source§fn default() -> SpatialEntityIdEXT
fn default() -> SpatialEntityIdEXT
Returns the “default value” for a type. Read more
Source§impl Hash for SpatialEntityIdEXT
impl Hash for SpatialEntityIdEXT
Source§impl Ord for SpatialEntityIdEXT
impl Ord for SpatialEntityIdEXT
Source§fn cmp(&self, other: &SpatialEntityIdEXT) -> Ordering
fn cmp(&self, other: &SpatialEntityIdEXT) -> 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 SpatialEntityIdEXT
impl PartialEq for SpatialEntityIdEXT
Source§impl PartialOrd for SpatialEntityIdEXT
impl PartialOrd for SpatialEntityIdEXT
impl Copy for SpatialEntityIdEXT
impl Eq for SpatialEntityIdEXT
impl StructuralPartialEq for SpatialEntityIdEXT
Auto Trait Implementations§
impl Freeze for SpatialEntityIdEXT
impl RefUnwindSafe for SpatialEntityIdEXT
impl Send for SpatialEntityIdEXT
impl Sync for SpatialEntityIdEXT
impl Unpin for SpatialEntityIdEXT
impl UnwindSafe for SpatialEntityIdEXT
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