Enum llvm_bitstream::record::Value [−][src]
Expand description
A higher-level representation of the individual values potentially found
in a Record
. The members here correspond roughly to
AbbrevOpEnc
.
Variants
An unsigned value, which may have come from a fixed field or a VBR.
Tuple Fields of Unsigned
0: u64
An array of values.
A single Char6-encoded character.
Tuple Fields of Char6
0: u8
An array of 8-bit objects.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more