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