Struct dexd::elements::StringIdItem[][src]

pub struct StringIdItem {
    pub offset: u64,
    pub string_id_off: u32,
}

Fields

Trait Implementations

impl Debug for StringIdItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations