Struct mer::symbol::Symbol

source ·
#[repr(C)]
pub struct Symbol { pub name: u32, pub info: u8, pub section_table_index: u16, pub value: u64, pub size: u64, /* private fields */ }

Fields§

§name: u32

The offset into the string table, in bytes, to the symbol name. If this is 0, the symbol doesn’t have a name.

§info: u8§section_table_index: u16§value: u64§size: u64

Implementations§

Trait Implementations§

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.