Struct x11_dl::xlib::XClientMessageEvent [] [src]

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

Trait Implementations

impl From<XEvent> for XClientMessageEvent
[src]

Performs the conversion.

impl<'a> From<&'a XEvent> for XClientMessageEvent
[src]

Performs the conversion.

impl PartialEq for XClientMessageEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for XClientMessageEvent
[src]

impl Clone for XClientMessageEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more