Struct x11_dl::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][+]
impl Copy for XSegment
[src]
impl Debug for XSegment
[src][+]
impl PartialEq<XSegment> for XSegment
[src][+]
impl StructuralPartialEq for XSegment
[src]
Auto Trait Implementations
impl RefUnwindSafe for XSegment
impl Send for XSegment
impl Sync for XSegment
impl Unpin for XSegment
impl UnwindSafe for XSegment
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,