Struct wasmer_runtime_core_fl::structures::SliceMap[][src]

pub struct SliceMap<K, V> where
    K: TypedIndex
{ /* fields omitted */ }
Expand description

This is a dynamically-sized slice that can only be indexed by the correct index type.

Implementations

Gets a reference to the value at the given index.

Gets a mutable reference to the value at the given index.

Gets the length of this slice map.

Returns an iterator for this slice map.

Returns a mutable iterator for this slice map.

Gets a pointer to the SliceMap.

Gets a mutable pointer to the SliceMap.

Trait Implementations

Formats the value using the given formatter. Read more

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Performs the mutable indexing (container[index]) operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.