Enum parity_wasm::elements::Internal
[−]
[src]
pub enum Internal {
Function(u32),
Table(u32),
Memory(u32),
Global(u32),
}Internal reference of the exported entry.
Variants
Function(u32)Function reference.
Table(u32)Table reference.
Memory(u32)Memory reference.
Global(u32)Global reference.
Trait Implementations
impl Debug for Internal[src]
impl Clone for Internal[src]
fn clone(&self) -> Internal[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
impl Copy for Internal[src]
impl Deserialize for Internal[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>[src]
Deserialize type from serial i/o