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 Clone for FieldInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FieldInfo

impl Sync for FieldInfo