pub struct CartesianCoord4(/* private fields */);Trait Implementations§
Source§impl Clone for CartesianCoord4
impl Clone for CartesianCoord4
Source§fn clone(&self) -> CartesianCoord4
fn clone(&self) -> CartesianCoord4
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 CartesianCoord4
impl Debug for CartesianCoord4
Source§impl Default for CartesianCoord4
impl Default for CartesianCoord4
Source§fn default() -> CartesianCoord4
fn default() -> CartesianCoord4
Returns the “default value” for a type. Read more
Source§impl Deref for CartesianCoord4
impl Deref for CartesianCoord4
Source§impl DerefMut for CartesianCoord4
impl DerefMut for CartesianCoord4
Source§impl From<CartesianCoord4> for Vec4
impl From<CartesianCoord4> for Vec4
Source§fn from(CartesianCoord4: CartesianCoord4) -> Self
fn from(CartesianCoord4: CartesianCoord4) -> Self
Converts to this type from the input type.
Source§impl From<Vec4> for CartesianCoord4
impl From<Vec4> for CartesianCoord4
Source§impl PartialEq for CartesianCoord4
impl PartialEq for CartesianCoord4
impl Copy for CartesianCoord4
impl StructuralPartialEq for CartesianCoord4
Auto Trait Implementations§
impl Freeze for CartesianCoord4
impl RefUnwindSafe for CartesianCoord4
impl Send for CartesianCoord4
impl Sync for CartesianCoord4
impl Unpin for CartesianCoord4
impl UnwindSafe for CartesianCoord4
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