Struct wasm_core::module::Table [] [src]

pub struct Table {
    pub min: u32,
    pub max: Option<u32>,
    pub elements: Vec<Option<u32>>,
}

Fields

Trait Implementations

impl Clone for Table
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Table
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Table

impl Sync for Table