Struct hilbert_curve_rust::CoordinateValue
source · [−]Fields
x: u32
y: u32
Trait Implementations
sourceimpl Clone for CoordinateValue
impl Clone for CoordinateValue
sourcefn clone(&self) -> CoordinateValue
fn clone(&self) -> CoordinateValue
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CoordinateValue
Auto Trait Implementations
impl RefUnwindSafe for CoordinateValue
impl Send for CoordinateValue
impl Sync for CoordinateValue
impl Unpin for CoordinateValue
impl UnwindSafe for CoordinateValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more