Struct x11::xlib::XMapRequestEvent
source · #[repr(C)]pub struct XMapRequestEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub parent: Window,
pub window: Window,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§parent: Window
§window: Window
Trait Implementations§
source§impl AsMut<XMapRequestEvent> for XEvent
impl AsMut<XMapRequestEvent> for XEvent
source§fn as_mut(&mut self) -> &mut XMapRequestEvent
fn as_mut(&mut self) -> &mut XMapRequestEvent
Converts this type into a mutable reference of the (usually inferred) input type.
source§impl AsRef<XMapRequestEvent> for XEvent
impl AsRef<XMapRequestEvent> for XEvent
source§fn as_ref(&self) -> &XMapRequestEvent
fn as_ref(&self) -> &XMapRequestEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for XMapRequestEvent
impl Clone for XMapRequestEvent
source§fn clone(&self) -> XMapRequestEvent
fn clone(&self) -> XMapRequestEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XMapRequestEvent
impl Debug for XMapRequestEvent
source§impl<'a> From<&'a XEvent> for XMapRequestEvent
impl<'a> From<&'a XEvent> for XMapRequestEvent
source§fn from(xevent: &'a XEvent) -> XMapRequestEvent
fn from(xevent: &'a XEvent) -> XMapRequestEvent
Converts to this type from the input type.
source§impl<'a> From<&'a XMapRequestEvent> for XEvent
impl<'a> From<&'a XMapRequestEvent> for XEvent
source§fn from(other: &'a XMapRequestEvent) -> XEvent
fn from(other: &'a XMapRequestEvent) -> XEvent
Converts to this type from the input type.
source§impl From<XEvent> for XMapRequestEvent
impl From<XEvent> for XMapRequestEvent
source§fn from(xevent: XEvent) -> XMapRequestEvent
fn from(xevent: XEvent) -> XMapRequestEvent
Converts to this type from the input type.
source§impl From<XMapRequestEvent> for XEvent
impl From<XMapRequestEvent> for XEvent
source§fn from(other: XMapRequestEvent) -> XEvent
fn from(other: XMapRequestEvent) -> XEvent
Converts to this type from the input type.
source§impl PartialEq<XMapRequestEvent> for XMapRequestEvent
impl PartialEq<XMapRequestEvent> for XMapRequestEvent
source§fn eq(&self, other: &XMapRequestEvent) -> bool
fn eq(&self, other: &XMapRequestEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.