Struct x11::xlib::XPoint [−] [src]

pub struct XPoint {
    pub x: c_short,
    pub y: c_short,
}

Fields

x
y

Trait Implementations

Derived Implementations

impl PartialEq for XPoint

fn eq(&self, __arg_0: &XPoint) -> bool

fn ne(&self, __arg_0: &XPoint) -> bool

impl Copy for XPoint

impl Clone for XPoint

fn clone(&self) -> XPoint

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