Struct rust_jvm::model::class_file::FieldInfo
[−]
[src]
pub struct FieldInfo { pub access_flags: t, pub name_index: constant_pool_index, pub descriptor_index: constant_pool_index, pub attributes: Vec<AttributeInfo>, }
Fields
access_flags | Mask of flags used to denote access permissions to and properties of this field. |
name_index | A valid index into the |
descriptor_index | A valid index into the |
attributes | The attributes associated with this field. |