#[repr(C)]pub struct POINTFLOAT {
pub x: FLOAT,
pub y: FLOAT,
}
Fields§
§x: FLOAT
§y: FLOAT
Trait Implementations§
Source§impl Clone for POINTFLOAT
impl Clone for POINTFLOAT
Source§fn clone(&self) -> POINTFLOAT
fn clone(&self) -> POINTFLOAT
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 Default for POINTFLOAT
impl Default for POINTFLOAT
Source§fn default() -> POINTFLOAT
fn default() -> POINTFLOAT
Returns the “default value” for a type. Read more
impl 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