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 XSegmentimpl Copy for XSegmentimpl Clone for XSegmentfn clone(&self) -> XSegmentfn 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).