Struct x11::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 Clone for XScreenSaverNotifyEvent
[src]
fn clone(&self) -> XScreenSaverNotifyEvent
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 Copy for XScreenSaverNotifyEvent
[src]
impl PartialEq for XScreenSaverNotifyEvent
[src]
fn eq(&self, __arg_0: &XScreenSaverNotifyEvent) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XScreenSaverNotifyEvent) -> bool
This method tests for !=
.
impl From<XEvent> for XScreenSaverNotifyEvent
[src]
fn from(xevent: XEvent) -> XScreenSaverNotifyEvent
Performs the conversion.
impl<'a> From<&'a XEvent> for XScreenSaverNotifyEvent
[src]
fn from(xevent: &'a XEvent) -> XScreenSaverNotifyEvent
Performs the conversion.