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
sourceimpl AsMut<XMapRequestEvent> for XEvent
impl AsMut<XMapRequestEvent> for XEvent
sourcefn 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.
sourceimpl AsRef<XMapRequestEvent> for XEvent
impl AsRef<XMapRequestEvent> for XEvent
sourcefn as_ref(&self) -> &XMapRequestEvent
fn as_ref(&self) -> &XMapRequestEvent
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for XMapRequestEvent
impl Clone for XMapRequestEvent
sourcefn clone(&self) -> XMapRequestEvent
fn clone(&self) -> XMapRequestEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XMapRequestEvent
impl Debug for XMapRequestEvent
sourceimpl<'a> From<&'a XEvent> for XMapRequestEvent
impl<'a> From<&'a XEvent> for XMapRequestEvent
sourcefn from(xevent: &'a XEvent) -> XMapRequestEvent
fn from(xevent: &'a XEvent) -> XMapRequestEvent
Converts to this type from the input type.
sourceimpl<'a> From<&'a XMapRequestEvent> for XEvent
impl<'a> From<&'a XMapRequestEvent> for XEvent
sourcefn from(other: &'a XMapRequestEvent) -> XEvent
fn from(other: &'a XMapRequestEvent) -> XEvent
Converts to this type from the input type.
sourceimpl From<XEvent> for XMapRequestEvent
impl From<XEvent> for XMapRequestEvent
sourcefn from(xevent: XEvent) -> XMapRequestEvent
fn from(xevent: XEvent) -> XMapRequestEvent
Converts to this type from the input type.
sourceimpl From<XMapRequestEvent> for XEvent
impl From<XMapRequestEvent> for XEvent
sourcefn from(other: XMapRequestEvent) -> XEvent
fn from(other: XMapRequestEvent) -> XEvent
Converts to this type from the input type.
sourceimpl PartialEq<XMapRequestEvent> for XMapRequestEvent
impl PartialEq<XMapRequestEvent> for XMapRequestEvent
sourcefn 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 ==
. Read more
impl Copy for XMapRequestEvent
impl StructuralPartialEq for XMapRequestEvent
Auto Trait Implementations
impl RefUnwindSafe for XMapRequestEvent
impl !Send for XMapRequestEvent
impl !Sync for XMapRequestEvent
impl Unpin for XMapRequestEvent
impl UnwindSafe for XMapRequestEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more