pub enum CompiledFunctionUnwindInfoResolverwhere
Vec<u8>: Archive,{
WindowsX64(Resolver<Vec<u8>>),
Dwarf,
}
Expand description
The resolver for an archived CompiledFunctionUnwindInfo
Variants§
WindowsX64(Resolver<Vec<u8>>)
Tuple Fields
§
0: Resolver<Vec<u8>>
The resolver for CompiledFunctionUnwindInfo::WindowsX64::0
The resolver for CompiledFunctionUnwindInfo::WindowsX64
Dwarf
The resolver for CompiledFunctionUnwindInfo::Dwarf
Auto Trait Implementations§
impl RefUnwindSafe for CompiledFunctionUnwindInfoResolver
impl Send for CompiledFunctionUnwindInfoResolver
impl Sync for CompiledFunctionUnwindInfoResolver
impl Unpin for CompiledFunctionUnwindInfoResolver
impl UnwindSafe for CompiledFunctionUnwindInfoResolver
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.