Struct POINTFLOAT
#[repr(C)]pub struct POINTFLOAT {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Trait Implementations§
§impl Clone for POINTFLOAT
impl Clone for POINTFLOAT
§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