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