Struct dexd::elements::TypeIdItem[][src]

pub struct TypeIdItem {
    pub offset: u64,
    pub descriptor_idx: u32,
}

Fields

Trait Implementations

impl Debug for TypeIdItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TypeIdItem

impl Sync for TypeIdItem