Struct llvm_support::StrtabRef[][src]

pub struct StrtabRef {
    pub offset: usize,
    pub size: usize,
}
Expand description

An (offset, size) reference to a string within some string table.

Fields

offset: usize

The string’s offset within its string table.

size: usize

The string’s size, in bytes.

Trait Implementations

Performs the conversion.

Performs the conversion.

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.