Module emf_core_base_rs_ffi::collections[][src]

Collections used by the emf-core-base interface.

Structs

NonNullConst

A type representing a *const T but non-zero.

Optional

A type containing an optional value.

Result

A type that represents either a result or an error.

Span

A view over a continuous region of data, akin to &[T] and &mut [T].

StaticVec

A contiguous statically sized array type.

Type Definitions

ConstSpan

An immutable span.

MutSpan

A mutable span.