pub type POINTFLOAT = _POINTFLOAT;
Aliased Type§
struct POINTFLOAT {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
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 more