Struct x11_dl::xrandr::XRRProviderPropertyNotifyEvent [−][src]
#[repr(C)]pub struct XRRProviderPropertyNotifyEvent {
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 property: Atom,
pub timestamp: Time,
pub state: c_int,
}
Fields
type_: c_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
provider: RRProvider
property: Atom
timestamp: Time
state: c_int
Trait 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 XRRProviderPropertyNotifyEvent
impl !Sync for XRRProviderPropertyNotifyEvent
impl Unpin for XRRProviderPropertyNotifyEvent
impl UnwindSafe for XRRProviderPropertyNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more