Struct x11_dl::xlib::XArc [−][src]
#[repr(C)]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: c_short
y: c_short
width: c_ushort
height: c_ushort
angle1: c_short
angle2: c_short
Trait Implementations
impl Debug for XArc[src]
impl Debug for XArcfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XArc[src]
impl Clone for XArcfn clone(&self) -> XArc[src]
fn clone(&self) -> XArcReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XArc[src]
impl Copy for XArcimpl PartialEq for XArc[src]
impl PartialEq for XArc