pub enum SpawnExecutableError {
ObjectCreateFailed,
InvalidExecutable,
MapFailed,
ThreadSpawnFailed,
}
Expand description
Possible errors for spawn_new_executable.
Variants
ObjectCreateFailed
InvalidExecutable
MapFailed
ThreadSpawnFailed
Auto Trait Implementations
impl ObjSafe for SpawnExecutableError
impl RefUnwindSafe for SpawnExecutableError
impl Send for SpawnExecutableError
impl Sync for SpawnExecutableError
impl Unpin for SpawnExecutableError
impl UnwindSafe for SpawnExecutableError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more