Struct ncollide2d::utils::IdAllocator[][src]

pub struct IdAllocator { /* fields omitted */ }

An identifiers allocator.

Methods

impl IdAllocator
[src]

Creates a new empty id allocator.

Allocates a new identifuer.

Marks the given identifier as re-usable.

Auto Trait Implementations

impl Send for IdAllocator

impl Sync for IdAllocator