Struct llvm_bitstream::BitcodeWrapper[][src]

pub struct BitcodeWrapper {
    pub magic: u32,
    pub version: u32,
    pub offset: u32,
    pub size: u32,
    pub cpu_type: u32,
}
Expand description

A representation of the wrapper structure for a bitstream.

Fields

magic: u32

The magic for this wrapper.

version: u32

The version for this wrapper.

offset: u32

The offset to the actual bitstream.

size: u32

The size of the wrapped bitstream.

cpu_type: u32

A target-specific value that encodes the CPU type.

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.