Struct glutin_glx_sys::XCreateWindowEvent [−][src]
#[repr(C)]pub struct XCreateWindowEvent { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub parent: u64, pub window: u64, pub x: i32, pub y: i32, pub width: i32, pub height: i32, pub border_width: i32, pub override_redirect: i32, }
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplayparent: u64window: u64x: i32y: i32width: i32height: i32border_width: i32override_redirect: i32Trait Implementations
impl AsMut<XCreateWindowEvent> for XEvent[src]
pub fn as_mut(&mut self) -> &mut XCreateWindowEvent[src]
impl AsRef<XCreateWindowEvent> for XEvent[src]
pub fn as_ref(&self) -> &XCreateWindowEvent[src]
impl Clone for XCreateWindowEvent[src]
pub fn clone(&self) -> XCreateWindowEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for XCreateWindowEvent[src]
impl Debug for XCreateWindowEvent[src]
impl<'a> From<&'a XCreateWindowEvent> for XEvent[src]
pub fn from(other: &'a XCreateWindowEvent) -> XEvent[src]
impl<'a> From<&'a XEvent> for XCreateWindowEvent[src]
pub fn from(xevent: &'a XEvent) -> XCreateWindowEvent[src]
impl From<XCreateWindowEvent> for XEvent[src]
pub fn from(other: XCreateWindowEvent) -> XEvent[src]
impl From<XEvent> for XCreateWindowEvent[src]
pub fn from(xevent: XEvent) -> XCreateWindowEvent[src]
impl PartialEq<XCreateWindowEvent> for XCreateWindowEvent[src]
pub fn eq(&self, other: &XCreateWindowEvent) -> bool[src]
pub fn ne(&self, other: &XCreateWindowEvent) -> bool[src]
impl StructuralPartialEq for XCreateWindowEvent[src]
Auto Trait Implementations
impl RefUnwindSafe for XCreateWindowEvent
impl !Send for XCreateWindowEvent
impl !Sync for XCreateWindowEvent
impl Unpin for XCreateWindowEvent
impl UnwindSafe for XCreateWindowEvent
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,
pub fn borrow_mut(&mut self) -> &mut T[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,