Struct winapi::POINT [] [src]

pub struct POINT {
    pub x: LONG,
    pub y: LONG,
}

Fields

x
y

Trait Implementations

Derived Implementations

impl Debug for POINT

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for POINT

impl Clone for POINT

fn clone(&self) -> POINT

fn clone_from(&mut self, source: &Self)