#[repr(C)]pub struct POINTFLOAT {
    pub x: FLOAT,
    pub y: FLOAT,
}Fields§
§x: FLOAT§y: FLOATTrait Implementations§
Source§impl Clone for POINTFLOAT
 
impl Clone for POINTFLOAT
Source§fn clone(&self) -> POINTFLOAT
 
fn clone(&self) -> POINTFLOAT
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 moreimpl Copy for POINTFLOAT
Auto Trait Implementations§
impl Freeze for POINTFLOAT
impl RefUnwindSafe for POINTFLOAT
impl Send for POINTFLOAT
impl Sync for POINTFLOAT
impl Unpin for POINTFLOAT
impl UnwindSafe for POINTFLOAT
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