Struct web_assembler::TableType
[−]
[src]
pub struct TableType { pub element: ElemType, pub limits: ResizableLimits, }
Fields
element: ElemType
limits: ResizableLimits
Trait Implementations
impl Debug for TableType
[src]
impl Clone for TableType
[src]
fn clone(&self) -> TableType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more