Struct classfile_parser::attribute_info::AttributeInfo [] [src]

pub struct AttributeInfo {
    pub attribute_name_index: u16,
    pub attribute_length: u32,
    pub info: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for AttributeInfo
[src]

Formats the value using the given formatter.