Struct debris_mir::Mir
source · pub struct Mir {
pub entry_context: MirContextId,
pub contexts: FxHashMap<MirContextId, MirContext>,
pub namespace: MirNamespace,
pub return_values_arena: ReturnValuesArena,
pub extern_items: FxHashMap<Ident, MirExternItem>,
}
Fields§
§entry_context: MirContextId
§contexts: FxHashMap<MirContextId, MirContext>
§namespace: MirNamespace
§return_values_arena: ReturnValuesArena
§extern_items: FxHashMap<Ident, MirExternItem>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mir
impl !Send for Mir
impl !Sync for Mir
impl Unpin for Mir
impl UnwindSafe for Mir
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