[−][src]Struct parity_wasm::elements::ImportSection
Section of the imports definition.
Implementations
impl ImportSection
[src][−]
pub fn with_entries(entries: Vec<ImportEntry>) -> Self
[src][−]
New import section with provided types.
pub fn entries(&self) -> &[ImportEntry]
[src][−]
List of import entries.
pub fn entries_mut(&mut self) -> &mut Vec<ImportEntry>
[src][−]
List of import entries (mutable).
pub fn functions(&self) -> usize
[src][−]
Returns number of functions.
pub fn globals(&self) -> usize
[src][−]
Returns number of globals
Trait Implementations
impl Clone for ImportSection
[src][+]
impl Debug for ImportSection
[src][+]
impl Default for ImportSection
[src][+]
impl Deserialize for ImportSection
[src][+]
impl PartialEq<ImportSection> for ImportSection
[src][+]
impl Serialize for ImportSection
[src][+]
impl StructuralPartialEq for ImportSection
[src]
Auto Trait Implementations
impl RefUnwindSafe for ImportSection
impl Send for ImportSection
impl Sync for ImportSection
impl Unpin for ImportSection
impl UnwindSafe for ImportSection
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>,