Struct glutin_glx_sys::XConfigureRequestEvent [−][src]
#[repr(C)]pub struct XConfigureRequestEvent {}
Fields
type_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
parent: u64
window: u64
x: i32
y: i32
width: i32
height: i32
border_width: i32
above: u64
detail: i32
value_mask: u64
Trait Implementations
impl AsMut<XConfigureRequestEvent> for XEvent
[src][+]
impl AsRef<XConfigureRequestEvent> for XEvent
[src][+]
impl Clone for XConfigureRequestEvent
[src][+]
impl Copy for XConfigureRequestEvent
[src]
impl Debug for XConfigureRequestEvent
[src][+]
impl<'a> From<&'a XConfigureRequestEvent> for XEvent
[src][+]
impl<'a> From<&'a XEvent> for XConfigureRequestEvent
[src][+]
impl From<XConfigureRequestEvent> for XEvent
[src][+]
impl From<XEvent> for XConfigureRequestEvent
[src][+]
impl PartialEq<XConfigureRequestEvent> for XConfigureRequestEvent
[src][+]
impl StructuralPartialEq for XConfigureRequestEvent
[src]
Auto Trait Implementations
impl RefUnwindSafe for XConfigureRequestEvent
impl !Send for XConfigureRequestEvent
impl !Sync for XConfigureRequestEvent
impl Unpin for XConfigureRequestEvent
impl UnwindSafe for XConfigureRequestEvent
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>,