#[repr()]pub struct ArchivedCompiledFunctionFrameInfowhere
Vec<TrapInformation>: Archive,
FunctionAddressMap: Archive,{
pub traps: Archived<Vec<TrapInformation>>,
pub address_map: Archived<FunctionAddressMap>,
}
Expand description
An archived CompiledFunctionFrameInfo
Fields§
§traps: Archived<Vec<TrapInformation>>
The archived counterpart of CompiledFunctionFrameInfo::traps
address_map: Archived<FunctionAddressMap>
The archived counterpart of CompiledFunctionFrameInfo::address_map
Auto Trait Implementations§
impl RefUnwindSafe for ArchivedCompiledFunctionFrameInfo
impl Send for ArchivedCompiledFunctionFrameInfo
impl Sync for ArchivedCompiledFunctionFrameInfo
impl !Unpin for ArchivedCompiledFunctionFrameInfo
impl UnwindSafe for ArchivedCompiledFunctionFrameInfo
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.