pub(crate) struct SetupResult {
pub(crate) pmgr: Arc<ProcMgr>,
pub(crate) vm: &'static Vm,
}Expand description
Result of setup().
Fields§
§pmgr: Arc<ProcMgr>§vm: &'static VmAuto Trait Implementations§
impl !RefUnwindSafe for SetupResult
impl !UnwindSafe for SetupResult
impl Freeze for SetupResult
impl Send for SetupResult
impl Sync for SetupResult
impl Unpin for SetupResult
impl UnsafeUnpin for SetupResult
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