Struct MilPoint2D
#[repr(C)]pub struct MilPoint2D {
pub X: f64,
pub Y: f64,
}
Fields§
§X: f64
§Y: f64
Trait Implementations§
§impl Clone for MilPoint2D
impl Clone for MilPoint2D
§fn clone(&self) -> MilPoint2D
fn clone(&self) -> MilPoint2D
Returns a copy 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 more§impl Debug for MilPoint2D
impl Debug for MilPoint2D
§impl PartialEq for MilPoint2D
impl PartialEq for MilPoint2D
impl Copy for MilPoint2D
impl StructuralPartialEq for MilPoint2D
Auto Trait Implementations§
impl Freeze for MilPoint2D
impl RefUnwindSafe for MilPoint2D
impl Send for MilPoint2D
impl Sync for MilPoint2D
impl Unpin for MilPoint2D
impl UnwindSafe for MilPoint2D
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