pub struct ContextSetup {
pub uma: Arc<Uma>,
pub pmgr: Arc<ProcMgr>,
}
Expand description
Output of the context setup function.
Fields§
§uma: Arc<Uma>
§pmgr: Arc<ProcMgr>
Auto Trait Implementations§
impl Freeze for ContextSetup
impl !RefUnwindSafe for ContextSetup
impl Send for ContextSetup
impl Sync for ContextSetup
impl Unpin for ContextSetup
impl !UnwindSafe for ContextSetup
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