Enum llvm_constants::SymtabCode [−][src]
#[repr(u64)]
pub enum SymtabCode {
Blob,
}
Expand description
Codes for each record in SYMTAB_BLOCK
.
Variants
SYMTAB_BLOB: [BLOB, ...string...]
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.