Struct x11_dl::xf86vmode::XF86VidModeNotifyEvent [] [src]

pub struct XF86VidModeNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub root: Window,
    pub state: c_int,
    pub kind: c_int,
    pub forced: bool,
    pub time: Time,
}

Fields

Trait Implementations

impl Copy for XF86VidModeNotifyEvent
[src]

impl Clone for XF86VidModeNotifyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<XEvent> for XF86VidModeNotifyEvent
[src]

Performs the conversion.

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

Performs the conversion.