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
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XScreenSaverNotifyEvent
impl !Send for XScreenSaverNotifyEvent
impl !Sync for XScreenSaverNotifyEvent
impl Unpin for XScreenSaverNotifyEvent
impl UnwindSafe for XScreenSaverNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more