Struct x11_dl::xlib::XUnmapEvent [−][src]
#[repr(C)]pub struct XUnmapEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub event: Window, pub window: Window, pub from_configure: Bool, }
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
event: Window
window: Window
from_configure: Bool
Trait Implementations
impl AsMut<XUnmapEvent> for XEvent[src]
impl AsMut<XUnmapEvent> for XEventfn as_mut(&mut self) -> &mut XUnmapEvent[src]
fn as_mut(&mut self) -> &mut XUnmapEventPerforms the conversion.
impl AsRef<XUnmapEvent> for XEvent[src]
impl AsRef<XUnmapEvent> for XEventfn as_ref(&self) -> &XUnmapEvent[src]
fn as_ref(&self) -> &XUnmapEventPerforms the conversion.
impl From<XUnmapEvent> for XEvent[src]
impl From<XUnmapEvent> for XEventfn from(other: XUnmapEvent) -> XEvent[src]
fn from(other: XUnmapEvent) -> XEventPerforms the conversion.
impl<'a> From<&'a XUnmapEvent> for XEvent[src]
impl<'a> From<&'a XUnmapEvent> for XEventfn from(other: &'a XUnmapEvent) -> XEvent[src]
fn from(other: &'a XUnmapEvent) -> XEventPerforms the conversion.
impl From<XEvent> for XUnmapEvent[src]
impl From<XEvent> for XUnmapEventfn from(xevent: XEvent) -> XUnmapEvent[src]
fn from(xevent: XEvent) -> XUnmapEventPerforms the conversion.
impl<'a> From<&'a XEvent> for XUnmapEvent[src]
impl<'a> From<&'a XEvent> for XUnmapEventfn from(xevent: &'a XEvent) -> XUnmapEvent[src]
fn from(xevent: &'a XEvent) -> XUnmapEventPerforms the conversion.
impl Debug for XUnmapEvent[src]
impl Debug for XUnmapEventfn 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 XUnmapEvent[src]
impl Clone for XUnmapEventfn clone(&self) -> XUnmapEvent[src]
fn clone(&self) -> XUnmapEventReturns 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 XUnmapEvent[src]
impl Copy for XUnmapEventimpl PartialEq for XUnmapEvent[src]
impl PartialEq for XUnmapEventfn eq(&self, other: &XUnmapEvent) -> bool[src]
fn eq(&self, other: &XUnmapEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XUnmapEvent) -> bool[src]
fn ne(&self, other: &XUnmapEvent) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XUnmapEvent
impl !Send for XUnmapEventimpl !Sync for XUnmapEvent
impl !Sync for XUnmapEvent