Struct assembly_maps::raw::file::TerrainChunk
source · pub struct TerrainChunk {
pub index: u32,
}
Fields§
§index: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TerrainChunk
impl RefUnwindSafe for TerrainChunk
impl Send for TerrainChunk
impl Sync for TerrainChunk
impl Unpin for TerrainChunk
impl UnwindSafe for TerrainChunk
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more