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