Struct assembly_maps::lvl::file::FileMetaChunkData
source · pub struct FileMetaChunkData {
pub version: u32,
pub revision: u32,
pub chunk_2000_offset: u32,
pub chunk_2001_offset: u32,
pub chunk_2002_offset: u32,
}
Expand description
The chunk containing the offsets of the other chunks
Fields§
§version: u32
The version of this file
revision: u32
The revision of this file
chunk_2000_offset: u32
The pointer to the chunk #2000
chunk_2001_offset: u32
The pointer to the chunk #2001
chunk_2002_offset: u32
The pointer to the chunk #2002
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileMetaChunkData
impl RefUnwindSafe for FileMetaChunkData
impl Send for FileMetaChunkData
impl Sync for FileMetaChunkData
impl Unpin for FileMetaChunkData
impl UnwindSafe for FileMetaChunkData
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