Struct mca_parser::Chunk
source · pub struct Chunk {
pub timestamp: u32,
pub payload: ChunkPayload,
}
Expand description
Represents all data for any given chunk that can be taken from the region file
Fields§
§timestamp: u32
§payload: ChunkPayload
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Chunk
impl Send for Chunk
impl Sync for Chunk
impl Unpin for Chunk
impl UnwindSafe for Chunk
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