Struct xcb::present::CompleteNotifyEvent
source · pub struct CompleteNotifyEvent { /* private fields */ }
Expand description
The CompleteNotifyEvent
event.
Implementations§
source§impl CompleteNotifyEvent
impl CompleteNotifyEvent
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 kind(&self) -> CompleteKind
pub fn mode(&self) -> CompleteMode
pub fn event(&self) -> EventXid
pub fn window(&self) -> Window
pub fn serial(&self) -> u32
pub fn ust(&self) -> u64
pub fn full_sequence(&self) -> u32
pub fn msc(&self) -> u64
Trait Implementations§
source§impl Debug for CompleteNotifyEvent
impl Debug for CompleteNotifyEvent
source§impl Drop for CompleteNotifyEvent
impl Drop for CompleteNotifyEvent
source§impl GeEvent for CompleteNotifyEvent
impl GeEvent for CompleteNotifyEvent
impl Send for CompleteNotifyEvent
impl Sync for CompleteNotifyEvent
Auto Trait Implementations§
impl Freeze for CompleteNotifyEvent
impl RefUnwindSafe for CompleteNotifyEvent
impl Unpin for CompleteNotifyEvent
impl UnwindSafe for CompleteNotifyEvent
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