Struct x11_dl::xrandr::XRROutputChangeNotifyEvent
[−]
[src]
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_int
serial: c_ulong
send_event: Bool
display: *mut Display
window: Window
subtype: c_int
output: RROutput
crtc: RRCrtc
mode: RRMode
rotation: Rotation
connection: Connection
subpixel_order: SubpixelOrder
Trait Implementations
impl PartialEq for XRROutputChangeNotifyEvent[src]
fn eq(&self, __arg_0: &XRROutputChangeNotifyEvent) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRROutputChangeNotifyEvent) -> bool
This method tests for !=.
impl Copy for XRROutputChangeNotifyEvent[src]
impl Clone for XRROutputChangeNotifyEvent[src]
fn clone(&self) -> XRROutputChangeNotifyEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl From<XEvent> for XRROutputChangeNotifyEvent[src]
fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent
Performs the conversion.