Struct x11_dl::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 for XMapRequestEvent
impl PartialEq 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 ==
.impl Copy for XMapRequestEvent
impl StructuralPartialEq for XMapRequestEvent
Auto Trait Implementations§
impl Freeze for XMapRequestEvent
impl RefUnwindSafe for XMapRequestEvent
impl !Send for XMapRequestEvent
impl !Sync for XMapRequestEvent
impl Unpin for XMapRequestEvent
impl UnwindSafe for XMapRequestEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more