[−][src]Struct x11_dl::xlib::XGenericEventCookie
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
extension: c_int
evtype: c_int
data: *mut c_void
Trait Implementations
impl AsMut<XGenericEventCookie> for XEvent
[src]
fn as_mut(&mut self) -> &mut XGenericEventCookie
[src]
impl AsRef<XGenericEventCookie> for XEvent
[src]
fn as_ref(&self) -> &XGenericEventCookie
[src]
impl Clone for XGenericEventCookie
[src]
fn clone(&self) -> XGenericEventCookie
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for XGenericEventCookie
[src]
impl Debug for XGenericEventCookie
[src]
impl<'a> From<&'a XEvent> for XGenericEventCookie
[src]
fn from(xevent: &'a XEvent) -> XGenericEventCookie
[src]
impl<'a> From<&'a XGenericEventCookie> for XEvent
[src]
fn from(other: &'a XGenericEventCookie) -> XEvent
[src]
impl From<XEvent> for XGenericEventCookie
[src]
fn from(xevent: XEvent) -> XGenericEventCookie
[src]
impl From<XGenericEventCookie> for XEvent
[src]
fn from(other: XGenericEventCookie) -> XEvent
[src]
impl PartialEq<XGenericEventCookie> for XGenericEventCookie
[src]
fn eq(&self, other: &XGenericEventCookie) -> bool
[src]
fn ne(&self, other: &XGenericEventCookie) -> bool
[src]
impl StructuralPartialEq for XGenericEventCookie
[src]
Auto Trait Implementations
impl RefUnwindSafe for XGenericEventCookie
impl !Send for XGenericEventCookie
impl !Sync for XGenericEventCookie
impl Unpin for XGenericEventCookie
impl UnwindSafe for XGenericEventCookie
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,
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.
fn to_owned(&self) -> T
[src]
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.
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>,