Struct x11_dl::xrandr::XRRResourceChangeNotifyEvent [] [src]

pub struct XRRResourceChangeNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub subtype: c_int,
    pub timestamp: Time,
}

Fields

type_
serial
send_event
display
window
subtype
timestamp

Trait Implementations

Derived Implementations

impl PartialEq for XRRResourceChangeNotifyEvent

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

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

impl Copy for XRRResourceChangeNotifyEvent

impl Clone for XRRResourceChangeNotifyEvent

fn clone(&self) -> XRRResourceChangeNotifyEvent

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