Struct classfile_parser::constant_info::NameAndTypeConstant [] [src]

pub struct NameAndTypeConstant {
    pub name_index: u16,
    pub descriptor_index: u16,
}

Fields

Trait Implementations

impl Debug for NameAndTypeConstant
[src]

Formats the value using the given formatter.