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_: i32
serial: u64
send_event: i32
display: *mut _XDisplay
parent: u64
window: u64
Trait Implementations
impl AsMut<XMapRequestEvent> for XEvent
impl AsMut<XMapRequestEvent> for XEvent
pub fn as_mut(&mut self) -> &mut XMapRequestEvent
pub fn as_mut(&mut self) -> &mut XMapRequestEvent
Performs the conversion.
impl AsRef<XMapRequestEvent> for XEvent
impl AsRef<XMapRequestEvent> for XEvent
pub fn as_ref(&self) -> &XMapRequestEvent
pub fn as_ref(&self) -> &XMapRequestEvent
Performs the conversion.
impl Clone for XMapRequestEvent
impl Clone for XMapRequestEvent
pub fn clone(&self) -> XMapRequestEvent
pub fn clone(&self) -> XMapRequestEvent
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XMapRequestEvent
impl Debug for XMapRequestEvent
impl<'a> From<&'a XEvent> for XMapRequestEvent
impl<'a> From<&'a XEvent> for XMapRequestEvent
pub fn from(xevent: &'a XEvent) -> XMapRequestEvent
pub fn from(xevent: &'a XEvent) -> XMapRequestEvent
Performs the conversion.
impl<'a> From<&'a XMapRequestEvent> for XEvent
impl<'a> From<&'a XMapRequestEvent> for XEvent
pub fn from(other: &'a XMapRequestEvent) -> XEvent
pub fn from(other: &'a XMapRequestEvent) -> XEvent
Performs the conversion.
impl From<XEvent> for XMapRequestEvent
impl From<XEvent> for XMapRequestEvent
pub fn from(xevent: XEvent) -> XMapRequestEvent
pub fn from(xevent: XEvent) -> XMapRequestEvent
Performs the conversion.
impl From<XMapRequestEvent> for XEvent
impl From<XMapRequestEvent> for XEvent
pub fn from(other: XMapRequestEvent) -> XEvent
pub fn from(other: XMapRequestEvent) -> XEvent
Performs the conversion.
impl PartialEq<XMapRequestEvent> for XMapRequestEvent
impl PartialEq<XMapRequestEvent> for XMapRequestEvent
pub fn eq(&self, other: &XMapRequestEvent) -> bool
pub fn eq(&self, other: &XMapRequestEvent) -> bool
This 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) -> bool
This method tests for !=
.
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
Mutably borrows from an owned value. Read more