Struct gdk_x11_sys::xlib::XMapRequestEvent
source · [−]#[repr(C)]pub struct XMapRequestEvent {
pub type_: i32,
pub serial: u32,
pub send_event: i32,
pub display: *mut _XDisplay,
pub parent: u32,
pub window: u32,
}
Fields
type_: i32
serial: u32
send_event: i32
display: *mut _XDisplay
parent: u32
window: u32
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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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