Struct x11_dl::xlib::XPoint [−][src]
Fields
x: c_short
y: c_short
Trait Implementations
impl Debug for XPoint[src]
impl Debug for XPointfn 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 XPoint[src]
impl Clone for XPointfn clone(&self) -> XPoint[src]
fn clone(&self) -> XPointReturns 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 XPoint[src]
impl Copy for XPointimpl PartialEq for XPoint[src]
impl PartialEq for XPoint