pub type RawMeshHandle = RawResourceHandle<Mesh>;
Internal non-owning handle to a Mesh.
pub struct RawMeshHandle { pub idx: usize, /* private fields */ }
idx: usize
Underlying value of the handle.