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