pub enum ScreenLoadError {
InvalidScrFile,
MachineNotSupported,
}
Variants§
InvalidScrFile
Provided scr file is invalid
MachineNotSupported
Selected machine can’t be used to load given screen file
Trait Implementations§
Source§impl Debug for ScreenLoadError
impl Debug for ScreenLoadError
Source§impl Display for ScreenLoadError
impl Display for ScreenLoadError
Source§impl From<ScreenLoadError> for Error
Convert into ScreenLoad
variant.
impl From<ScreenLoadError> for Error
Convert into ScreenLoad
variant.
Source§fn from(v: ScreenLoadError) -> Self
fn from(v: ScreenLoadError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ScreenLoadError
impl RefUnwindSafe for ScreenLoadError
impl Send for ScreenLoadError
impl Sync for ScreenLoadError
impl Unpin for ScreenLoadError
impl UnwindSafe for ScreenLoadError
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