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

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

Fields

Trait Implementations

impl Clone for NameAndTypeConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NameAndTypeConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations