Struct classreader::Field [] [src]

pub struct Field {
    pub access_flags: u16,
    pub name_index: u16,
    pub descriptor_index: u16,
    pub attributes: Vec<Attribute>,
}

Fields

access_flags: u16 name_index: u16 descriptor_index: u16 attributes: Vec<Attribute>

Trait Implementations

impl Debug for Field
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.