Struct x11_dl::xrandr::XRRCrtcChangeNotifyEvent  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XRRCrtcChangeNotifyEvent { pub type_: c_int, pub serial: c_ulong, pub send_event: Bool, pub display: *mut Display, pub window: Window, pub subtype: c_int, pub crtc: RRCrtc, pub mode: RRMode, pub rotation: Rotation, pub x: c_int, pub y: c_int, pub width: c_uint, pub height: c_uint, }
Fields
type_: c_int
                           
                           
                           
                           serial: c_ulong
                           
                           
                           
                           send_event: Bool
                           
                           
                           
                           display: *mut Display
                           
                           
                           
                           window: Window
                           
                           
                           
                           subtype: c_int
                           
                           
                           
                           crtc: RRCrtc
                           
                           
                           
                           mode: RRMode
                           
                           
                           
                           rotation: Rotation
                           
                           
                           
                           x: c_int
                           
                           
                           
                           y: c_int
                           
                           
                           
                           width: c_uint
                           
                           
                           
                           height: c_uint
                           
            Trait Implementations
impl Debug for XRRCrtcChangeNotifyEvent[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRRCrtcChangeNotifyEvent[src]
fn clone(&self) -> XRRCrtcChangeNotifyEvent[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 XRRCrtcChangeNotifyEvent[src]
impl PartialEq for XRRCrtcChangeNotifyEvent[src]
fn eq(&self, __arg_0: &XRRCrtcChangeNotifyEvent) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRRCrtcChangeNotifyEvent) -> bool[src]
This method tests for !=.
impl AsMut<XRRCrtcChangeNotifyEvent> for XEvent[src]
fn as_mut(&mut self) -> &mut XRRCrtcChangeNotifyEvent[src]
Performs the conversion.
impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent[src]
fn as_ref(&self) -> &XRRCrtcChangeNotifyEvent[src]
Performs the conversion.
impl From<XRRCrtcChangeNotifyEvent> for XEvent[src]
fn from(other: XRRCrtcChangeNotifyEvent) -> XEvent[src]
Performs the conversion.
impl<'a> From<&'a XRRCrtcChangeNotifyEvent> for XEvent[src]
fn from(other: &'a XRRCrtcChangeNotifyEvent) -> XEvent[src]
Performs the conversion.
impl From<XEvent> for XRRCrtcChangeNotifyEvent[src]
fn from(xevent: XEvent) -> XRRCrtcChangeNotifyEvent[src]
Performs the conversion.
impl<'a> From<&'a XEvent> for XRRCrtcChangeNotifyEvent[src]
fn from(xevent: &'a XEvent) -> XRRCrtcChangeNotifyEvent[src]
Performs the conversion.