pub struct Position2DProjection;Expand description
Project as 2D position (using e1 and e2 components)
Trait Implementations§
Source§impl Clone for Position2DProjection
impl Clone for Position2DProjection
Source§fn clone(&self) -> Position2DProjection
fn clone(&self) -> Position2DProjection
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 Position2DProjection
impl Debug for Position2DProjection
Auto Trait Implementations§
impl Freeze for Position2DProjection
impl RefUnwindSafe for Position2DProjection
impl Send for Position2DProjection
impl Sync for Position2DProjection
impl Unpin for Position2DProjection
impl UnsafeUnpin for Position2DProjection
impl UnwindSafe for Position2DProjection
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