Enum parity_wasm::elements::Internal [−][src]
Expand description
Internal reference of the exported entry.
Variants
Function(u32)
Function reference.
Tuple Fields of Function
0: u32
Table(u32)
Table reference.
Tuple Fields of Table
0: u32
Memory(u32)
Memory reference.
Tuple Fields of Memory
0: u32
Global(u32)
Global reference.
Tuple Fields of Global
0: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Internal
impl UnwindSafe for Internal
Blanket Implementations
Mutably borrows from an owned value. Read more