Struct gdk_x11_sys::xlib::XGenericEventCookie [−]
#[repr(C)]pub struct XGenericEventCookie { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub extension: i32, pub evtype: i32, pub cookie: u32, pub data: *mut c_void, }
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplayextension: i32evtype: i32data: *mut c_voidTrait Implementations
impl AsMut<XGenericEventCookie> for XEvent
impl AsMut<XGenericEventCookie> for XEventpub fn as_mut(&mut self) -> &mut XGenericEventCookie
pub fn as_mut(&mut self) -> &mut XGenericEventCookiePerforms the conversion.
impl AsRef<XGenericEventCookie> for XEvent
impl AsRef<XGenericEventCookie> for XEventpub fn as_ref(&self) -> &XGenericEventCookie
pub fn as_ref(&self) -> &XGenericEventCookiePerforms the conversion.
impl Clone for XGenericEventCookie
impl Clone for XGenericEventCookiepub fn clone(&self) -> XGenericEventCookie
pub fn clone(&self) -> XGenericEventCookieReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XGenericEventCookie
impl Debug for XGenericEventCookieimpl<'a> From<&'a XEvent> for XGenericEventCookie
impl<'a> From<&'a XEvent> for XGenericEventCookiepub fn from(xevent: &'a XEvent) -> XGenericEventCookie
pub fn from(xevent: &'a XEvent) -> XGenericEventCookiePerforms the conversion.
impl<'a> From<&'a XGenericEventCookie> for XEvent
impl<'a> From<&'a XGenericEventCookie> for XEventpub fn from(other: &'a XGenericEventCookie) -> XEvent
pub fn from(other: &'a XGenericEventCookie) -> XEventPerforms the conversion.
impl From<XEvent> for XGenericEventCookie
impl From<XEvent> for XGenericEventCookiepub fn from(xevent: XEvent) -> XGenericEventCookie
pub fn from(xevent: XEvent) -> XGenericEventCookiePerforms the conversion.
impl From<XGenericEventCookie> for XEvent
impl From<XGenericEventCookie> for XEventpub fn from(other: XGenericEventCookie) -> XEvent
pub fn from(other: XGenericEventCookie) -> XEventPerforms the conversion.
impl PartialEq<XGenericEventCookie> for XGenericEventCookie
impl PartialEq<XGenericEventCookie> for XGenericEventCookiepub fn eq(&self, other: &XGenericEventCookie) -> bool
pub fn eq(&self, other: &XGenericEventCookie) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XGenericEventCookie) -> bool
pub fn ne(&self, other: &XGenericEventCookie) -> boolThis method tests for !=.
impl Copy for XGenericEventCookieimpl StructuralPartialEq for XGenericEventCookieAuto Trait Implementations
impl RefUnwindSafe for XGenericEventCookieimpl !Send for XGenericEventCookieimpl !Sync for XGenericEventCookieimpl Unpin for XGenericEventCookieimpl UnwindSafe for XGenericEventCookieBlanket Implementations
Mutably borrows from an owned value. Read more