Struct llvm_bitstream::record::Record [−][src]
Expand description
Represents a single bitstream record.
Fields
abbrev_id: Option<u64>The abbreviation ID that was used to parse this record, or None if
this record was parsed from an UNABBREV_RECORD encoding.
code: u64The code that identifies the record’s kind.
fields: FieldsThe fields of this record.
Implementations
Creates a new Record from the given code and fields.
Creates a new Record from the given abbreviation ID, code, and fields.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Record
impl UnwindSafe for Record
Blanket Implementations
Mutably borrows from an owned value. Read more