Struct x11_dl::xrandr::XRRProviderChangeNotifyEvent [−][src]
#[repr(C)]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_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowsubtype: c_intprovider: RRProvidertimestamp: Timecurrent_role: c_uintTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for XRRProviderChangeNotifyEvent
impl !Sync for XRRProviderChangeNotifyEvent
impl Unpin for XRRProviderChangeNotifyEvent
impl UnwindSafe for XRRProviderChangeNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
