Enum llvm_bitstream::constants::BlockInfoCode [−][src]
#[repr(u64)] pub enum BlockInfoCode { SetBid, BlockName, SetRecordName, }
Expand description
Codes for each UNABBREV_RECORD
in BLOCKINFO
.
Variants
SETBID: [SETBID, blockid]
BLOCKNAME: [BLOCKNAME, ...name...]
SETRECORDNAME: [SETRECORDNAME, recordid, ...name...]
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.