#[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 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 moreSource§impl Debug for _POINTFLOAT
impl Debug for _POINTFLOAT
Source§impl PartialEq for _POINTFLOAT
impl PartialEq for _POINTFLOAT
Source§impl PartialOrd for _POINTFLOAT
impl PartialOrd for _POINTFLOAT
impl Copy for _POINTFLOAT
impl StructuralPartialEq 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