Struct classfile_parser::field_info::FieldInfo [] [src]

pub struct FieldInfo {
    pub access_flags: FieldAccessFlags,
    pub name_index: u16,
    pub descriptor_index: u16,
    pub attributes_count: u16,
    pub attributes: Vec<AttributeInfo>,
}

Fields

Trait Implementations

impl Debug for FieldInfo
[src]

Formats the value using the given formatter.