Struct x11_dl::xlib::XMapRequestEvent [−][src]
#[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
impl AsMut<XMapRequestEvent> for XEvent[src]
impl AsMut<XMapRequestEvent> for XEventfn as_mut(&mut self) -> &mut XMapRequestEvent[src]
fn as_mut(&mut self) -> &mut XMapRequestEventPerforms the conversion.
impl AsRef<XMapRequestEvent> for XEvent[src]
impl AsRef<XMapRequestEvent> for XEventfn as_ref(&self) -> &XMapRequestEvent[src]
fn as_ref(&self) -> &XMapRequestEventPerforms the conversion.
impl From<XMapRequestEvent> for XEvent[src]
impl From<XMapRequestEvent> for XEventfn from(other: XMapRequestEvent) -> XEvent[src]
fn from(other: XMapRequestEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XMapRequestEvent> for XEvent[src]
impl<'a> From<&'a XMapRequestEvent> for XEventfn from(other: &'a XMapRequestEvent) -> XEvent[src]
fn from(other: &'a XMapRequestEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XMapRequestEvent[src]
impl From<XEvent> for XMapRequestEventfn from(xevent: XEvent) -> XMapRequestEvent[src]
fn from(xevent: XEvent) -> XMapRequestEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XMapRequestEvent[src]
impl<'a> From<&'a XEvent> for XMapRequestEventfn from(xevent: &'a XEvent) -> XMapRequestEvent[src]
fn from(xevent: &'a XEvent) -> XMapRequestEventPerforms the conversion.
impl Debug for XMapRequestEvent[src]
impl Debug for XMapRequestEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XMapRequestEvent[src]
impl Clone for XMapRequestEventfn clone(&self) -> XMapRequestEvent[src]
fn clone(&self) -> XMapRequestEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XMapRequestEvent[src]
impl Copy for XMapRequestEventimpl PartialEq for XMapRequestEvent[src]
impl PartialEq for XMapRequestEventfn eq(&self, other: &XMapRequestEvent) -> bool[src]
fn eq(&self, other: &XMapRequestEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XMapRequestEvent) -> bool[src]
fn ne(&self, other: &XMapRequestEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XMapRequestEvent
impl !Send for XMapRequestEventimpl !Sync for XMapRequestEvent
impl !Sync for XMapRequestEvent