Struct assembly_maps::lvl::file::ChunkVersion
source · pub struct ChunkVersion {
pub header: u16,
pub data: u16,
}
Expand description
The version of a chunk
Fields§
§header: u16
The version of the chunk header format
data: u16
The version of the chunk data format
Trait Implementations§
source§impl Clone for ChunkVersion
impl Clone for ChunkVersion
source§fn clone(&self) -> ChunkVersion
fn clone(&self) -> ChunkVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChunkVersion
impl Debug for ChunkVersion
impl Copy for ChunkVersion
Auto Trait Implementations§
impl Freeze for ChunkVersion
impl RefUnwindSafe for ChunkVersion
impl Send for ChunkVersion
impl Sync for ChunkVersion
impl Unpin for ChunkVersion
impl UnwindSafe for ChunkVersion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)