pub struct Point(/* private fields */);
Expand description
A point element of the Geogebra construction
Implementations§
Trait Implementations§
Source§impl From<Point> for Expression
impl From<Point> for Expression
impl Addable for Point
impl Object for Point
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl !Send for Point
impl !Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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