Struct winapi::um::wingdi::POINTFLOAT
source · #[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 Default for POINTFLOAT
impl Default for POINTFLOAT
source§fn default() -> POINTFLOAT
fn default() -> POINTFLOAT
Returns the “default value” for a type. Read more