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
access_flags: FieldAccessFlagsname_index: u16descriptor_index: u16attributes_count: u16attributes: Vec<AttributeInfo>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FieldInfoimpl UnwindSafe for FieldInfoBlanket Implementations
Mutably borrows from an owned value. Read more