Struct x11_dl::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_
serial
send_event
display
window
root
timestamp
config_timestamp
size_index
subpixel_order
rotation
width
height
mwidth
mheight

Trait Implementations

Derived Implementations

impl PartialEq for XRRScreenChangeNotifyEvent

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

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

impl Copy for XRRScreenChangeNotifyEvent

impl Clone for XRRScreenChangeNotifyEvent

fn clone(&self) -> XRRScreenChangeNotifyEvent

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