Struct dexd::elements::FieldIdItem[][src]

pub struct FieldIdItem {
    pub offset: u64,
    pub class_idx: u16,
    pub type_idx: u16,
    pub name_idx: u32,
}

Fields

Trait Implementations

impl Debug for FieldIdItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FieldIdItem

impl Sync for FieldIdItem