Struct xcb::UnknownEvent
source · pub struct UnknownEvent { /* private fields */ }
Expand description
an event was not recognized as part of the core protocol or any enabled extension
Implementations§
source§impl UnknownEvent
impl UnknownEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn full_sequence(&self) -> u32
Trait Implementations§
source§impl BaseEvent for UnknownEvent
impl BaseEvent for UnknownEvent
source§impl Debug for UnknownEvent
impl Debug for UnknownEvent
source§impl Drop for UnknownEvent
impl Drop for UnknownEvent
source§impl Raw<xcb_generic_event_t> for UnknownEvent
impl Raw<xcb_generic_event_t> for UnknownEvent
impl Send for UnknownEvent
impl Sync for UnknownEvent
Auto Trait Implementations§
impl Freeze for UnknownEvent
impl RefUnwindSafe for UnknownEvent
impl Unpin for UnknownEvent
impl UnwindSafe for UnknownEvent
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