Skip to main content

MeshSlabId

Type Alias MeshSlabId 

Source
pub type MeshSlabId = SlabId<MeshSlabItem>;
Expand description

The ID of a single slab.

Aliased Type§

#[repr(transparent)]
pub struct MeshSlabId { pub id: NonMaxU32, /* private fields */ }

Fields§

§id: NonMaxU32

A value that represents the ID of the slab.