Struct x11_dl::xrandr::XRROutputPropertyNotifyEvent [−][src]
#[repr(C)]pub struct XRROutputPropertyNotifyEvent {
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 property: Atom,
pub timestamp: Time,
pub state: c_int,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowsubtype: c_intoutput: RROutputproperty: Atomtimestamp: Timestate: c_intTrait 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 XRROutputPropertyNotifyEvent
impl !Sync for XRROutputPropertyNotifyEvent
impl Unpin for XRROutputPropertyNotifyEvent
impl UnwindSafe for XRROutputPropertyNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
