Trait heron::rapier_plugin::rapier::parry::partitioning::IndexedData[][src]

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

A data to which an index is associated.

Required methods

pub fn default() -> Self[src]

Creates a new default instance of Self.

pub 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

impl IndexedData for Index

impl IndexedData for RigidBodyHandle

impl IndexedData for ColliderHandle

Loading content...