Struct xbe::ImportId[][src]

pub struct ImportId(_);

A kernel symbol import stored in the thunk table.

See KernelThunkTable.

Methods

impl ImportId
[src]

Returns the imported symbol as an index into the kernel export table.

Note that the index might be out of bounds of that table. In that case, an unknown symbol is referenced.

Returns the name of the referenced symbol.

Trait Implementations

impl Debug for ImportId
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ImportId

impl Sync for ImportId