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
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XUnmapEvent
impl !Send for XUnmapEvent
impl !Sync for XUnmapEvent
impl Unpin for XUnmapEvent
impl UnwindSafe for XUnmapEvent
Blanket Implementations
Mutably borrows from an owned value. Read more