[−][src]Struct glutin_glx_sys::XWindowAttributes
Fields
x: i32
y: i32
width: i32
height: i32
border_width: i32
depth: i32
visual: *mut Visual
root: u64
class: i32
bit_gravity: i32
win_gravity: i32
backing_store: i32
backing_planes: u64
backing_pixel: u64
save_under: i32
colormap: u64
map_installed: i32
map_state: i32
all_event_masks: i64
your_event_mask: i64
do_not_propagate_mask: i64
override_redirect: i32
screen: *mut Screen
Trait Implementations
impl Clone for XWindowAttributes
[src][+]
impl Copy for XWindowAttributes
[src]
impl Debug for XWindowAttributes
[src][+]
impl PartialEq<XWindowAttributes> for XWindowAttributes
[src][+]
impl StructuralPartialEq for XWindowAttributes
[src]
Auto Trait Implementations
impl RefUnwindSafe for XWindowAttributes
impl !Send for XWindowAttributes
impl !Sync for XWindowAttributes
impl Unpin for XWindowAttributes
impl UnwindSafe for XWindowAttributes
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>,