Struct wasm_bindgen_externref_xform::Meta[][src]

pub struct Meta {
    pub table: TableId,
    pub alloc: Option<FunctionId>,
    pub drop_slice: Option<FunctionId>,
    pub live_count: Option<FunctionId>,
}

Fields

table: TableIdalloc: Option<FunctionId>drop_slice: Option<FunctionId>live_count: Option<FunctionId>

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.