Struct x11_dl::xinerama::XineramaScreenInfo [−][src]
#[repr(C)]pub struct XineramaScreenInfo { pub screen_number: c_int, pub x_org: c_short, pub y_org: c_short, pub width: c_short, pub height: c_short, }
Fields
screen_number: c_int
x_org: c_short
y_org: c_short
width: c_short
height: c_short
Trait Implementations
impl Clone for XineramaScreenInfo
[src][+]
impl Copy for XineramaScreenInfo
[src]
impl Debug for XineramaScreenInfo
[src][+]
impl PartialEq<XineramaScreenInfo> for XineramaScreenInfo
[src][+]
impl StructuralPartialEq for XineramaScreenInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for XineramaScreenInfo
impl Send for XineramaScreenInfo
impl Sync for XineramaScreenInfo
impl Unpin for XineramaScreenInfo
impl UnwindSafe for XineramaScreenInfo
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>,