Struct classreader::Field[][src]

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

Fields

Methods

impl Field
[src]

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Field

impl Sync for Field