Enum llvm_support::attribute::AttributeKind [−][src]
#[repr(u64)]
pub enum AttributeKind {
Enum,
IntKeyValue,
StrKey,
StrKeyValue,
}
Expand description
Represents the different kinds of attributes.
Variants
A well-known enum attribute.
A well-known integral attribute with an integer value.
A string attribute.
A string attribute with a string value.
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.