pub enum CustomSectionProtectionResolver {
Read,
ReadExecute,
}
Expand description
The resolver for an archived CustomSectionProtection
Variants§
Read
The resolver for CustomSectionProtection::Read
ReadExecute
The resolver for CustomSectionProtection::ReadExecute
Auto Trait Implementations§
impl RefUnwindSafe for CustomSectionProtectionResolver
impl Send for CustomSectionProtectionResolver
impl Sync for CustomSectionProtectionResolver
impl Unpin for CustomSectionProtectionResolver
impl UnwindSafe for CustomSectionProtectionResolver
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.