Struct runtime::bytecode::GlobalContext
source · [−]pub struct GlobalContext {
pub constant_descriptors: HashMap<GlobalConstantDescriptor, ObjectRef>,
pub debug_descriptors: HashMap<DebugSpanDescriptor, DebugSymbol>,
}
Fields
constant_descriptors: HashMap<GlobalConstantDescriptor, ObjectRef>
debug_descriptors: HashMap<DebugSpanDescriptor, DebugSymbol>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for GlobalContext
impl !Send for GlobalContext
impl !Sync for GlobalContext
impl Unpin for GlobalContext
impl !UnwindSafe for GlobalContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more