Trait bevy_ecs::storage::SparseSetIndex[][src]

pub trait SparseSetIndex: Clone {
    fn sparse_set_index(&self) -> usize;
fn get_sparse_set_index(value: usize) -> Self; }

Required methods

Loading content...

Implementations on Foreign Types

impl SparseSetIndex for u8[src]

impl SparseSetIndex for u16[src]

impl SparseSetIndex for u32[src]

impl SparseSetIndex for u64[src]

impl SparseSetIndex for usize[src]

Loading content...

Implementors

Loading content...