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