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

pub struct XArc {
    pub x: c_short,
    pub y: c_short,
    pub width: c_ushort,
    pub height: c_ushort,
    pub angle1: c_short,
    pub angle2: c_short,
}

Fields

x
y
width
height
angle1
angle2

Trait Implementations

Derived Implementations

impl PartialEq for XArc

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

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

impl Copy for XArc

impl Clone for XArc

fn clone(&self) -> XArc

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