Struct ami::Id[][src]

pub struct Id(_);

A 32-bit index value.

Trait Implementations

impl Debug for Id
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Id
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Id
[src]

impl Copy for Id
[src]

impl Clone for Id
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Id> for usize
[src]

Performs the conversion.

impl Into<usize> for Id
[src]

Performs the conversion.

impl<T> Index<Id> for Octree<T> where
    T: Collider
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<T> IndexMut<Id> for Octree<T> where
    T: Collider
[src]

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

Auto Trait Implementations

impl Send for Id

impl Sync for Id