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_intserial: c_ulongsend_event: Booldisplay: *mut Displaywindow: Windowroot: Windowstate: c_intkind: c_intforced: Booltime: TimeTrait 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
