pub struct ModeError { /* private fields */ }
Expand description
The ModeError
error.
Implementations§
Trait Implementations§
source§impl Raw<xcb_generic_error_t> for ModeError
impl Raw<xcb_generic_error_t> for ModeError
impl Send for ModeError
impl Sync for ModeError
Auto Trait Implementations§
impl Freeze for ModeError
impl RefUnwindSafe for ModeError
impl Unpin for ModeError
impl UnwindSafe for ModeError
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