Struct x11::xrandr::XRRScreenChangeNotifyEvent [] [src]

pub struct XRRScreenChangeNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub root: Window,
    pub timestamp: Time,
    pub config_timestamp: Time,
    pub size_index: SizeID,
    pub subpixel_order: SubpixelOrder,
    pub rotation: Rotation,
    pub width: c_int,
    pub height: c_int,
    pub mwidth: c_int,
    pub mheight: c_int,
}

Fields

type_: c_int serial: c_ulong send_event: Bool display: *mut Display window: Window root: Window timestamp: Time config_timestamp: Time size_index: SizeID subpixel_order: SubpixelOrder rotation: Rotation width: c_int height: c_int mwidth: c_int mheight: c_int

Trait Implementations

impl PartialEq for XRRScreenChangeNotifyEvent
[src]

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

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

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

This method tests for !=.

impl Copy for XRRScreenChangeNotifyEvent
[src]

impl Clone for XRRScreenChangeNotifyEvent
[src]

fn clone(&self) -> XRRScreenChangeNotifyEvent

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 XRRScreenChangeNotifyEvent
[src]

fn from(xevent: XEvent) -> XRRScreenChangeNotifyEvent

Performs the conversion.

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

fn from(xevent: &'a XEvent) -> XRRScreenChangeNotifyEvent

Performs the conversion.