Struct x11::xlib::XSegment
[−]
[src]
pub struct XSegment { pub x1: c_short, pub y1: c_short, pub x2: c_short, pub y2: c_short, }
Fields
x1 | |
y1 | |
x2 | |
y2 |
pub struct XSegment { pub x1: c_short, pub y1: c_short, pub x2: c_short, pub y2: c_short, }
x1 | |
y1 | |
x2 | |
y2 |
impl PartialEq for XSegment
impl Copy for XSegment
impl Clone for XSegment
fn clone(&self) -> XSegment
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).