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