#[repr()]
pub struct ArchivedCompileModuleInfowhere
    Features: Archive,
    ModuleInfo: Archive,
    PrimaryMap<MemoryIndex, MemoryStyle>: Archive,
    PrimaryMap<TableIndex, TableStyle>: Archive,
{ pub features: Archived<Features>, pub module: Archived<ModuleInfo>, pub memory_styles: Archived<PrimaryMap<MemoryIndex, MemoryStyle>>, pub table_styles: Archived<PrimaryMap<TableIndex, TableStyle>>, }
Expand description

An archived CompileModuleInfo

Fields§

§features: Archived<Features>

The archived counterpart of CompileModuleInfo::features

§module: Archived<ModuleInfo>

The archived counterpart of CompileModuleInfo::module

§memory_styles: Archived<PrimaryMap<MemoryIndex, MemoryStyle>>

The archived counterpart of CompileModuleInfo::memory_styles

§table_styles: Archived<PrimaryMap<TableIndex, TableStyle>>

The archived counterpart of CompileModuleInfo::table_styles

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Deserializes using the given deserializer

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type for metadata in pointers and references to Self.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.