pub struct HilbertPoint(pub u64);Expand description
Represents a Hilbert-encoded point.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for HilbertPoint
impl<'__de, __Context> BorrowDecode<'__de, __Context> for HilbertPoint
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for HilbertPoint
impl Clone for HilbertPoint
Source§fn clone(&self) -> HilbertPoint
fn clone(&self) -> HilbertPoint
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 moreimpl Copy for HilbertPoint
Source§impl Debug for HilbertPoint
impl Debug for HilbertPoint
Source§impl<__Context> Decode<__Context> for HilbertPoint
impl<__Context> Decode<__Context> for HilbertPoint
Auto Trait Implementations§
impl Freeze for HilbertPoint
impl RefUnwindSafe for HilbertPoint
impl Send for HilbertPoint
impl Sync for HilbertPoint
impl Unpin for HilbertPoint
impl UnsafeUnpin for HilbertPoint
impl UnwindSafe for HilbertPoint
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