Struct parity_wasm::elements::ExportEntry
source · [−]pub struct ExportEntry { /* private fields */ }
Expand description
Export entry.
Implementations
Internal reference of the export entry (mutable).
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExportEntry
impl Send for ExportEntry
impl Sync for ExportEntry
impl Unpin for ExportEntry
impl UnwindSafe for ExportEntry
Blanket Implementations
Mutably borrows from an owned value. Read more