Struct classfile_parser::attribute_info::AttributeInfo
[−]
[src]
pub struct AttributeInfo {
pub attribute_name_index: u16,
pub attribute_length: u32,
pub info: Vec<u8>,
}Fields
attribute_name_index: u16
attribute_length: u32
info: Vec<u8>