Struct parity_wasm::elements::MemoryType [−][src]
pub struct MemoryType(_);
Memory entry.
Implementations
impl MemoryType
[src]
impl MemoryType
[src]Trait Implementations
impl Clone for MemoryType
[src]
impl Clone for MemoryType
[src]fn clone(&self) -> MemoryType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Deserialize for MemoryType
[src]
impl Deserialize for MemoryType
[src]impl PartialEq<MemoryType> for MemoryType
[src]
impl PartialEq<MemoryType> for MemoryType
[src]fn eq(&self, other: &MemoryType) -> bool
[src]
fn ne(&self, other: &MemoryType) -> bool
[src]
impl Serialize for MemoryType
[src]
impl Serialize for MemoryType
[src]