Struct xcb::present::IdleNotifyEvent
source · pub struct IdleNotifyEvent { /* private fields */ }
Expand description
The IdleNotifyEvent
event.
Implementations§
source§impl IdleNotifyEvent
impl IdleNotifyEvent
pub fn response_type(&self) -> u8
pub fn extension(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn event_type(&self) -> u16
pub fn event(&self) -> EventXid
pub fn window(&self) -> Window
pub fn serial(&self) -> u32
pub fn pixmap(&self) -> Pixmap
pub fn idle_fence(&self) -> Fence
pub fn full_sequence(&self) -> u32
Trait Implementations§
source§impl Debug for IdleNotifyEvent
impl Debug for IdleNotifyEvent
source§impl Drop for IdleNotifyEvent
impl Drop for IdleNotifyEvent
source§impl GeEvent for IdleNotifyEvent
impl GeEvent for IdleNotifyEvent
source§impl Raw<xcb_ge_generic_event_t> for IdleNotifyEvent
impl Raw<xcb_ge_generic_event_t> for IdleNotifyEvent
impl Send for IdleNotifyEvent
impl Sync for IdleNotifyEvent
Auto Trait Implementations§
impl Freeze for IdleNotifyEvent
impl RefUnwindSafe for IdleNotifyEvent
impl Unpin for IdleNotifyEvent
impl UnwindSafe for IdleNotifyEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more