Struct mun_abi::AssemblyInfo

source ·
#[repr(C)]
pub struct AssemblyInfo<'a> { pub symbols: ModuleInfo<'a>, pub dispatch_table: DispatchTable<'a>, pub type_lut: TypeLut<'a>, pub num_dependencies: u32, /* private fields */ }
Expand description

Represents an assembly declaration.

Fields§

§symbols: ModuleInfo<'a>

Symbols of the top-level module

§dispatch_table: DispatchTable<'a>

Function dispatch table

§type_lut: TypeLut<'a>

Type lookup table

§num_dependencies: u32

Number of dependencies

Implementations§

Returns an iterator over the assembly’s dependencies.

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.