Struct x11_dl::xrandr::XRRProviderChangeNotifyEvent [] [src]

pub struct XRRProviderChangeNotifyEvent {
    pub type_: c_int,
    pub serial: c_ulong,
    pub send_event: Bool,
    pub display: *mut Display,
    pub window: Window,
    pub subtype: c_int,
    pub provider: RRProvider,
    pub timestamp: Time,
    pub current_role: c_uint,
}

Fields

type_
serial
send_event
display
window
subtype
provider
timestamp
current_role

Trait Implementations

Derived Implementations

impl PartialEq for XRRProviderChangeNotifyEvent

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

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

impl Copy for XRRProviderChangeNotifyEvent

impl Clone for XRRProviderChangeNotifyEvent

fn clone(&self) -> XRRProviderChangeNotifyEvent

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