Enum llvm_constants::StrtabCode [−][src]
#[repr(u64)]
pub enum StrtabCode {
Blob,
}
Expand description
Codes for each record in STRTAB_BLOCK
.
Variants
STRTAB_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.