Struct glutin::platform::unix::x11::util::Geometry [−][src]
pub struct Geometry { pub root: u64, pub x_rel_parent: i32, pub y_rel_parent: i32, pub width: u32, pub height: u32, pub border: u32, pub depth: u32, }
Fields
root: u64
x_rel_parent: i32
y_rel_parent: i32
width: u32
height: u32
border: u32
depth: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Geometry
impl Send for Geometry
impl Sync for Geometry
impl Unpin for Geometry
impl UnwindSafe for Geometry
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, 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>,