Struct x11_dl::xrandr::XRROutputChangeNotifyEvent [−][src]
#[repr(C)]pub struct XRROutputChangeNotifyEvent {
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 crtc: RRCrtc,
pub mode: RRMode,
pub rotation: Rotation,
pub connection: Connection,
pub subpixel_order: SubpixelOrder,
}Fields
type_: c_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowsubtype: c_intoutput: RROutputcrtc: RRCrtcmode: RRModerotation: Rotationconnection: Connectionsubpixel_order: SubpixelOrderTrait 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 RefUnwindSafe for XRROutputChangeNotifyEvent
impl !Send for XRROutputChangeNotifyEvent
impl !Sync for XRROutputChangeNotifyEvent
impl Unpin for XRROutputChangeNotifyEvent
impl UnwindSafe for XRROutputChangeNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
