Struct glutin_glx_sys::XWindowAttributes [−][src]
#[repr(C)]pub struct XWindowAttributes {}Show fields
pub x: i32, pub y: i32, pub width: i32, pub height: i32, pub border_width: i32, pub depth: i32, pub visual: *mut Visual, pub root: u64, pub class: i32, pub bit_gravity: i32, pub win_gravity: i32, pub backing_store: i32, pub backing_planes: u64, pub backing_pixel: u64, pub save_under: i32, pub colormap: u64, pub map_installed: i32, pub map_state: i32, pub all_event_masks: i64, pub your_event_mask: i64, pub do_not_propagate_mask: i64, pub override_redirect: i32, pub screen: *mut Screen,
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>,