Struct dexd::elements::MethodHandleItem[][src]

pub struct MethodHandleItem {
    pub method_handle_type: u16,
    pub unused_1: u16,
    pub unused_2: u16,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for MethodHandleItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations