pub struct Pt2d {
pub x: f64,
pub y: f64,
}Expand description
Pt2d
Fields§
§x: f64x
y: f64y
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pt2d
impl RefUnwindSafe for Pt2d
impl Send for Pt2d
impl Sync for Pt2d
impl Unpin for Pt2d
impl UnsafeUnpin for Pt2d
impl UnwindSafe for Pt2d
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