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