Struct winapi::POINTL [] [src]

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

Fields

x
y

Trait Implementations

Derived Implementations

impl Debug for POINTL

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

impl Copy for POINTL

impl Clone for POINTL

fn clone(&self) -> POINTL

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