Enum llvm_constants::IdentificationCode [−][src]
#[repr(u64)]
pub enum IdentificationCode {
ProducerString,
Epoch,
}
Expand description
Codes for each record in IDENTIFICATION_BLOCK
.
Variants
IDENTIFICATION_CODE_STRING: [STRING, ...string...]
IDENTIFICATION_CODE_EPOCH: [EPOCH, epoch]
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.