[−][src]Enum parity_wasm::elements::Internal
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 Clone for Internal
[src][+]
impl Copy for Internal
[src]
impl Debug for Internal
[src][+]
impl Deserialize for Internal
[src][+]
impl PartialEq<Internal> for Internal
[src][+]
impl Serialize for Internal
[src][+]
impl StructuralPartialEq for Internal
[src]
Auto Trait Implementations
impl RefUnwindSafe for Internal
impl Send for Internal
impl Sync for Internal
impl Unpin for Internal
impl UnwindSafe for Internal
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,