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