pub struct Coordinate3 { /* private fields */ }Expand description
A raw three-dimensional coordinate triple.
Implementations§
Trait Implementations§
Source§impl Clone for Coordinate3
impl Clone for Coordinate3
Source§fn clone(&self) -> Coordinate3
fn clone(&self) -> Coordinate3
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 moreSource§impl Debug for Coordinate3
impl Debug for Coordinate3
Source§impl PartialEq for Coordinate3
impl PartialEq for Coordinate3
Source§fn eq(&self, other: &Coordinate3) -> bool
fn eq(&self, other: &Coordinate3) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Coordinate3
impl StructuralPartialEq for Coordinate3
Auto Trait Implementations§
impl Freeze for Coordinate3
impl RefUnwindSafe for Coordinate3
impl Send for Coordinate3
impl Sync for Coordinate3
impl Unpin for Coordinate3
impl UnsafeUnpin for Coordinate3
impl UnwindSafe for Coordinate3
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