Struct classfile_parser::constant_info::InterfaceMethodRefConstant [] [src]

pub struct InterfaceMethodRefConstant {
    pub class_index: u16,
    pub name_and_type_index: u16,
}

Fields

Trait Implementations

impl Debug for InterfaceMethodRefConstant
[src]

Formats the value using the given formatter.