Struct x11_dl::xss::XScreenSaverInfo [−][src]
#[repr(C)]pub struct XScreenSaverInfo {
pub window: Window,
pub state: c_int,
pub kind: c_int,
pub til_or_since: c_ulong,
pub idle: c_ulong,
pub eventMask: c_ulong,
}
Fields
window: Window
state: c_int
kind: c_int
til_or_since: c_ulong
idle: c_ulong
eventMask: c_ulong
Trait Implementations
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 XScreenSaverInfo
impl Send for XScreenSaverInfo
impl Sync for XScreenSaverInfo
impl Unpin for XScreenSaverInfo
impl UnwindSafe for XScreenSaverInfo
Blanket Implementations
Mutably borrows from an owned value. Read more