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