Struct x11rb::protocol::present::IdleNotifyEvent [−][src]
pub struct IdleNotifyEvent {
pub response_type: u8,
pub extension: u8,
pub sequence: u16,
pub length: u32,
pub event_type: u16,
pub event: Event,
pub window: Window,
pub serial: u32,
pub pixmap: Pixmap,
pub idle_fence: Fence,
}
Fields
response_type: u8
extension: u8
sequence: u16
length: u32
event_type: u16
event: Event
window: Window
serial: u32
pixmap: Pixmap
idle_fence: Fence
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 IdleNotifyEvent
impl Send for IdleNotifyEvent
impl Sync for IdleNotifyEvent
impl Unpin for IdleNotifyEvent
impl UnwindSafe for IdleNotifyEvent
Blanket Implementations
Mutably borrows from an owned value. Read more