pub(crate) struct LinkedRuntime {
pub(crate) module: Module,
pub(crate) runtime: RuntimeFunctions,
pub(crate) memory_id: MemoryId,
pub(crate) string_literal_offsets: BTreeMap<String, u32>,
}Expand description
Linked runtime module plus resolved runtime metadata.
Fields§
§module: Module§runtime: RuntimeFunctions§memory_id: MemoryId§string_literal_offsets: BTreeMap<String, u32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkedRuntime
impl !RefUnwindSafe for LinkedRuntime
impl Send for LinkedRuntime
impl Sync for LinkedRuntime
impl Unpin for LinkedRuntime
impl !UnwindSafe for LinkedRuntime
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