Struct classfile_parser::constant_info::FieldRefConstant[][src]

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

Fields

Trait Implementations

impl Clone for FieldRefConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldRefConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations