Struct com_croftsoft_core::math::math_lib::RectangularCoordinates
source · [−]Expand description
Cartesian (x, y) coordinates
Fields
x: f64
y: f64
Trait Implementations
sourceimpl Clone for RectangularCoordinates
impl Clone for RectangularCoordinates
sourcefn clone(&self) -> RectangularCoordinates
fn clone(&self) -> RectangularCoordinates
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RectangularCoordinates
impl Debug for RectangularCoordinates
sourceimpl PartialEq<RectangularCoordinates> for RectangularCoordinates
impl PartialEq<RectangularCoordinates> for RectangularCoordinates
sourcefn eq(&self, other: &RectangularCoordinates) -> bool
fn eq(&self, other: &RectangularCoordinates) -> bool
impl StructuralPartialEq for RectangularCoordinates
Auto Trait Implementations
impl RefUnwindSafe for RectangularCoordinates
impl Send for RectangularCoordinates
impl Sync for RectangularCoordinates
impl Unpin for RectangularCoordinates
impl UnwindSafe for RectangularCoordinates
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