Struct x11_dl::xlib::XCrossingEvent [] [src]

pub struct XCrossingEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub root: Window,
    pub subwindow: Window,
    pub time: Time,
    pub x: c_int,
    pub y: c_int,
    pub x_root: c_int,
    pub y_root: c_int,
    pub mode: c_int,
    pub detail: c_int,
    pub same_screen: Bool,
    pub focus: Bool,
    pub state: c_uint,
}

Fields

Trait Implementations

impl From<XEvent> for XCrossingEvent
[src]

Performs the conversion.

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

Performs the conversion.

impl PartialEq for XCrossingEvent
[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 XCrossingEvent
[src]

impl Clone for XCrossingEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more