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: NonMaxU32A value that represents the ID of the slab.