Struct chunky::ArenaIndex[][src]

pub struct ArenaIndex(pub usize);

Refers to an item within an Arena

Trait Implementations

impl Copy for ArenaIndex
[src]

impl Clone for ArenaIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ArenaIndex

impl Sync for ArenaIndex