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_
serial
send_event
display
root
state
kind
forced
time

Trait Implementations

Derived Implementations

impl Copy for XF86VidModeNotifyEvent

impl Clone for XF86VidModeNotifyEvent

fn clone(&self) -> XF86VidModeNotifyEvent

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