Expand description
A point.
Fields
x: f32
y: f32
Implementations
Trait Implementations
sourceimpl AddAssign<Point> for Point
impl AddAssign<Point> for Point
sourcefn add_assign(&mut self, other: Point)
fn add_assign(&mut self, other: Point)
Performs the +=
operation. Read more
sourceimpl MulAssign<Point> for Point
impl MulAssign<Point> for Point
sourcefn mul_assign(&mut self, other: Point)
fn mul_assign(&mut self, other: Point)
Performs the *=
operation. Read more
sourceimpl SubAssign<Point> for Point
impl SubAssign<Point> for Point
sourcefn sub_assign(&mut self, other: Point)
fn sub_assign(&mut self, other: Point)
Performs the -=
operation. Read more
impl Copy for Point
impl StructuralPartialEq for Point
Auto Trait Implementations
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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