Enum parity_wasm::elements::Internal [−][src]
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 Debug for Internalfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Internal[src]
impl Clone for Internalfn clone(&self) -> Internal[src]
fn clone(&self) -> InternalReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Internal[src]
impl Copy for Internalimpl PartialEq for Internal[src]
impl PartialEq for Internalfn eq(&self, other: &Internal) -> bool[src]
fn eq(&self, other: &Internal) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Internal) -> bool[src]
fn ne(&self, other: &Internal) -> boolThis method tests for !=.
impl Deserialize for Internal[src]
impl Deserialize for Internaltype Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>[src]
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>Deserialize type from serial i/o
impl Serialize for Internal[src]
impl Serialize for Internal