Struct xcb::xinput::EventError
source · pub struct EventError { /* private fields */ }
Expand description
The EventError
error.
Implementations§
source§impl EventError
impl EventError
pub fn response_type(&self) -> u8
pub fn error_code(&self) -> u8
pub fn sequence(&self) -> u16
Trait Implementations§
source§impl BaseError for EventError
impl BaseError for EventError
source§impl Debug for EventError
impl Debug for EventError
source§impl Drop for EventError
impl Drop for EventError
source§impl Raw<xcb_generic_error_t> for EventError
impl Raw<xcb_generic_error_t> for EventError
impl Send for EventError
impl Sync for EventError
Auto Trait Implementations§
impl Freeze for EventError
impl RefUnwindSafe for EventError
impl Unpin for EventError
impl UnwindSafe for EventError
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