pub struct SpcKey(/* private fields */);Expand description
A Morton-encoded 2D spatial key.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SpcKey
impl<'de> Deserialize<'de> for SpcKey
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 Ord for SpcKey
impl Ord for SpcKey
Source§impl PartialOrd for SpcKey
impl PartialOrd for SpcKey
impl Copy for SpcKey
impl Eq for SpcKey
impl StructuralPartialEq for SpcKey
Auto Trait Implementations§
impl Freeze for SpcKey
impl RefUnwindSafe for SpcKey
impl Send for SpcKey
impl Sync for SpcKey
impl Unpin for SpcKey
impl UnsafeUnpin for SpcKey
impl UnwindSafe for SpcKey
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