Struct wasmer_types::compilation::section::ArchivedSectionBody
source · Expand description
An archived SectionBody
Auto Trait Implementations§
impl RefUnwindSafe for ArchivedSectionBody
impl Send for ArchivedSectionBody
impl Sync for ArchivedSectionBody
impl !Unpin for ArchivedSectionBody
impl UnwindSafe for ArchivedSectionBody
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.