Struct wasm_bindgen_gc::Config

source ·
pub struct Config { /* private fields */ }

Implementations§

Creates a blank slate of configuration, ready to gc wasm files.

Configures whether or not this will demangle symbols as part of the gc pass.

Configures whether or not debug sections will be preserved.

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.