pub struct Versym {
    pub vs_val: u16,
}
Expand description

An ELF Symbol Version entry.

Fields

vs_val: u16

Implementations

Returns true if the symbol is local and not available outside the object according to VER_NDX_LOCAL.

Returns true if the symbol is defined in this object and globally available according to VER_NDX_GLOBAL.

Returns true if the hidden bit is set according to the VERSYM_HIDDEN bitmask.

Returns the symbol version index according to the VERSYM_VERSION bitmask.

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

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.