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