pub enum MjViewerError {
GlfwInitError(InitError),
WindowCreationError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MjViewerError
impl RefUnwindSafe for MjViewerError
impl Send for MjViewerError
impl Sync for MjViewerError
impl Unpin for MjViewerError
impl UnwindSafe for MjViewerError
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