Struct x11_dl::xlib::XClientMessageEvent [−][src]
#[repr(C)]pub struct XClientMessageEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub window: Window,
pub message_type: Atom,
pub format: c_int,
pub data: ClientMessageData,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
message_type: Atom
format: c_int
data: ClientMessageData
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 XClientMessageEvent
impl !Send for XClientMessageEvent
impl !Sync for XClientMessageEvent
impl Unpin for XClientMessageEvent
impl UnwindSafe for XClientMessageEvent
Blanket Implementations
Mutably borrows from an owned value. Read more