pub struct Point2DType { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for Point2DType
impl Clone for Point2DType
Source§fn clone(&self) -> Point2DType
fn clone(&self) -> Point2DType
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 Point2DType
impl Debug for Point2DType
Source§impl Default for Point2DType
impl Default for Point2DType
Source§fn default() -> Point2DType
fn default() -> Point2DType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Point2DType
impl RefUnwindSafe for Point2DType
impl Send for Point2DType
impl Sync for Point2DType
impl Unpin for Point2DType
impl UnwindSafe for Point2DType
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