Struct dexd::map_list::MapItem[][src]

pub struct MapItem {
    pub item_type: u16,
    pub unused: u16,
    pub size: u32,
    pub offset: u32,
}

Fields

Methods

impl MapItem
[src]

Trait Implementations

impl Debug for MapItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MapItem

impl Sync for MapItem