Struct x11::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

type_: c_int serial: c_ulong send_event: Bool display: *mut Display window: Window message_type: Atom format: c_int data: ClientMessageData

Trait Implementations

impl PartialEq for XClientMessageEvent
[src]

fn eq(&self, __arg_0: &XClientMessageEvent) -> bool

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

fn ne(&self, __arg_0: &XClientMessageEvent) -> bool

This method tests for !=.

impl Copy for XClientMessageEvent
[src]

impl Clone for XClientMessageEvent
[src]

fn clone(&self) -> XClientMessageEvent

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl From<XEvent> for XClientMessageEvent
[src]

fn from(e: XEvent) -> XClientMessageEvent

Performs the conversion.