Struct x11::xlib::XSegment
[−]
[src]
#[repr(C)]pub struct XSegment { pub x1: c_short, pub y1: c_short, pub x2: c_short, pub y2: c_short, }
Fields
x1: c_short
y1: c_short
x2: c_short
y2: c_short
Trait Implementations
impl Clone for XSegment
[src]
fn clone(&self) -> XSegment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more