pub struct MapHeader {
pub magic: String,
pub header_size: u32,
pub file_version: u32,
pub file_size: u64,
pub creation_date: u64,
pub bounding_box: BoundingBox,
pub tile_size: u16,
pub projection: String,
pub flags: u8,
}Fields§
§magic: String§header_size: u32§file_version: u32§file_size: u64§creation_date: u64§bounding_box: BoundingBox§tile_size: u16§projection: String§flags: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapHeader
impl RefUnwindSafe for MapHeader
impl Send for MapHeader
impl Sync for MapHeader
impl Unpin for MapHeader
impl UnwindSafe for MapHeader
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