Struct wasmer_types::compilation::section::SectionIndexResolver
source · Expand description
The resolver for an archived SectionIndex
Auto Trait Implementations§
impl RefUnwindSafe for SectionIndexResolver
impl Send for SectionIndexResolver
impl Sync for SectionIndexResolver
impl Unpin for SectionIndexResolver
impl UnwindSafe for SectionIndexResolver
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.