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