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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttributeInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations