Struct x11_dl::xrandr::XRROutputChangeNotifyEvent [] [src]

pub struct XRROutputChangeNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub subtype: c_int,
    pub output: RROutput,
    pub crtc: RRCrtc,
    pub mode: RRMode,
    pub rotation: Rotation,
    pub connection: Connection,
    pub subpixel_order: SubpixelOrder,
}

Fields

type_
serial
send_event
display
window
subtype
output
crtc
mode
rotation
connection
subpixel_order

Trait Implementations

Derived Implementations

impl PartialEq for XRROutputChangeNotifyEvent

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

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

impl Copy for XRROutputChangeNotifyEvent

impl Clone for XRROutputChangeNotifyEvent

fn clone(&self) -> XRROutputChangeNotifyEvent

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