Struct x11_dl::xrandr::XRRCrtcChangeNotifyEvent [] [src]

pub struct XRRCrtcChangeNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub subtype: c_int,
    pub crtc: RRCrtc,
    pub mode: RRMode,
    pub rotation: Rotation,
    pub x: c_int,
    pub y: c_int,
    pub width: c_uint,
    pub height: c_uint,
}

Fields

type_
serial
send_event
display
window
subtype
crtc
mode
rotation
x
y
width
height

Trait Implementations

Derived Implementations

impl PartialEq for XRRCrtcChangeNotifyEvent

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

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

impl Copy for XRRCrtcChangeNotifyEvent

impl Clone for XRRCrtcChangeNotifyEvent

fn clone(&self) -> XRRCrtcChangeNotifyEvent

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