pub enum ParseCpuFeatureError {
Missing(String),
}
Expand description
The error that can happen while parsing a str
to retrieve a CpuFeature
.
Variants
Missing(String)
The provided string feature doesn’t exist
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseCpuFeatureError
impl Send for ParseCpuFeatureError
impl Sync for ParseCpuFeatureError
impl Unpin for ParseCpuFeatureError
impl UnwindSafe for ParseCpuFeatureError
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more