Struct x11_dl::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)