Struct dexd::map_list::MapData[][src]

pub struct MapData {
    pub item_type: u16,
    pub size: u32,
    pub offset: u32,
    pub data: Vec<u8>,
}

Fields

Methods

impl MapData
[src]

Trait Implementations

impl Debug for MapData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MapData

impl Sync for MapData