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_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 Debug for XRROutputChangeNotifyEvent[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRROutputChangeNotifyEvent[src]
fn clone(&self) -> XRROutputChangeNotifyEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRROutputChangeNotifyEvent[src]
impl PartialEq for XRROutputChangeNotifyEvent[src]
fn eq(&self, __arg_0: &XRROutputChangeNotifyEvent) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRROutputChangeNotifyEvent) -> bool[src]
This method tests for !=.
impl AsMut<XRROutputChangeNotifyEvent> for XEvent[src]
fn as_mut(&mut self) -> &mut XRROutputChangeNotifyEvent[src]
Performs the conversion.
impl AsRef<XRROutputChangeNotifyEvent> for XEvent[src]
fn as_ref(&self) -> &XRROutputChangeNotifyEvent[src]
Performs the conversion.
impl From<XRROutputChangeNotifyEvent> for XEvent[src]
fn from(other: XRROutputChangeNotifyEvent) -> XEvent[src]
Performs the conversion.
impl<'a> From<&'a XRROutputChangeNotifyEvent> for XEvent[src]
fn from(other: &'a XRROutputChangeNotifyEvent) -> XEvent[src]
Performs the conversion.
impl From<XEvent> for XRROutputChangeNotifyEvent[src]
fn from(xevent: XEvent) -> XRROutputChangeNotifyEvent[src]
Performs the conversion.
impl<'a> From<&'a XEvent> for XRROutputChangeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRROutputChangeNotifyEvent[src]
Performs the conversion.