Type Definition components_arena::RawId[][src]

pub type RawId = (usize, NonZeroUsize);
Expand description

Non-generic, FFI-friendly ComponentId representaion.

Trait Implementations

Forms an id from the into_raw function result.

Transforms the id to primitive-typed parts, which can be easily passed through FFI and stored in non-generic context. Read more