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