Struct gdk_x11_sys::xlib::XMapRequestEvent [−]
#[repr(C)]pub struct XMapRequestEvent { pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub parent: u64, pub window: u64, }
Fields
type_: i32serial: u64send_event: i32display: *mut _XDisplayparent: u64window: u64Trait Implementations
impl AsMut<XMapRequestEvent> for XEvent
impl AsMut<XMapRequestEvent> for XEventpub fn as_mut(&mut self) -> &mut XMapRequestEvent
pub fn as_mut(&mut self) -> &mut XMapRequestEventPerforms the conversion.
impl AsRef<XMapRequestEvent> for XEvent
impl AsRef<XMapRequestEvent> for XEventpub fn as_ref(&self) -> &XMapRequestEvent
pub fn as_ref(&self) -> &XMapRequestEventPerforms the conversion.
impl Clone for XMapRequestEvent
impl Clone for XMapRequestEventpub fn clone(&self) -> XMapRequestEvent
pub fn clone(&self) -> XMapRequestEventReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XMapRequestEvent
impl Debug for XMapRequestEventimpl<'a> From<&'a XEvent> for XMapRequestEvent
impl<'a> From<&'a XEvent> for XMapRequestEventpub fn from(xevent: &'a XEvent) -> XMapRequestEvent
pub fn from(xevent: &'a XEvent) -> XMapRequestEventPerforms the conversion.
impl<'a> From<&'a XMapRequestEvent> for XEvent
impl<'a> From<&'a XMapRequestEvent> for XEventpub fn from(other: &'a XMapRequestEvent) -> XEvent
pub fn from(other: &'a XMapRequestEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XMapRequestEvent
impl From<XEvent> for XMapRequestEventpub fn from(xevent: XEvent) -> XMapRequestEvent
pub fn from(xevent: XEvent) -> XMapRequestEventPerforms the conversion.
impl From<XMapRequestEvent> for XEvent
impl From<XMapRequestEvent> for XEventpub fn from(other: XMapRequestEvent) -> XEvent
pub fn from(other: XMapRequestEvent) -> XEventPerforms the conversion.
impl PartialEq<XMapRequestEvent> for XMapRequestEvent
impl PartialEq<XMapRequestEvent> for XMapRequestEventpub fn eq(&self, other: &XMapRequestEvent) -> bool
pub fn eq(&self, other: &XMapRequestEvent) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XMapRequestEvent) -> bool
pub fn ne(&self, other: &XMapRequestEvent) -> boolThis method tests for !=.
impl Copy for XMapRequestEventimpl StructuralPartialEq for XMapRequestEventAuto Trait Implementations
impl RefUnwindSafe for XMapRequestEventimpl !Send for XMapRequestEventimpl !Sync for XMapRequestEventimpl Unpin for XMapRequestEventimpl UnwindSafe for XMapRequestEventBlanket Implementations
Mutably borrows from an owned value. Read more