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