Struct llvm_bitstream::record::Block[][src]

pub struct Block {
    pub block_id: u64,
    pub len: u64,
}
Expand description

Represents a single block scope in the bitstream.

Fields

block_id: u64

The ID of the block.

len: u64

The length of the block, in bytes. Blocks are always 32-bit-word-aligned.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.