pub struct ImportedMemory {
pub import_id: ImportsID,
/* private fields */
}
Expand description
Intermediate representation of an Imported Memory. The actual Import is stored in the Imports field of the module.
Fields§
§import_id: ImportsID
Trait Implementations§
Source§impl Clone for ImportedMemory
impl Clone for ImportedMemory
Source§fn clone(&self) -> ImportedMemory
fn clone(&self) -> ImportedMemory
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ImportedMemory
impl RefUnwindSafe for ImportedMemory
impl Send for ImportedMemory
impl Sync for ImportedMemory
impl Unpin for ImportedMemory
impl UnwindSafe for ImportedMemory
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