[][src]Trait parry3d::partitioning::IndexedData

pub trait IndexedData: Copy {
    fn default() -> Self;
fn index(&self) -> usize; }

A data to which an index is associated.

Required methods

fn default() -> Self[src]

Creates a new default instance of Self.

fn index(&self) -> usize[src]

Gets the index associated to self.

Loading content...

Implementations on Foreign Types

impl IndexedData for usize[src]

impl IndexedData for u32[src]

impl IndexedData for u64[src]

Loading content...

Implementors

Loading content...