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

pub struct XRectangle {
    pub x: c_short,
    pub y: c_short,
    pub width: c_ushort,
    pub height: c_ushort,
}

Fields

x
y
width
height

Trait Implementations

Derived Implementations

impl PartialEq for XRectangle

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

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

impl Copy for XRectangle

impl Clone for XRectangle

fn clone(&self) -> XRectangle

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