Struct wasm_nm::Options [] [src]

pub struct Options {
    pub imports: bool,
    pub exports: bool,
    pub privates: bool,
    pub sizes: bool,
}

Options for controlling which symbols are iterated over.

Fields

Should imported symbols be iterated over?

Should exported symbols be iterated over?

Should private symbols be iterated over?

Should the symbols' sizes be computed?

Methods

impl Options
[src]

[src]

Construct options for iterating over none of the symbol kinds.

Trait Implementations

impl Clone for Options
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Options
[src]

[src]

Formats the value using the given formatter.

impl Default for Options
[src]

[src]

Returns the "default value" for a type. Read more