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

type_: c_int serial: c_ulong send_event: Bool display: *mut Display root: Window state: c_int kind: c_int forced: bool time: Time

Trait Implementations

impl Copy for XF86VidModeNotifyEvent
[src]

impl Clone for XF86VidModeNotifyEvent
[src]

fn clone(&self) -> XF86VidModeNotifyEvent

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