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: u16attribute_length: u32info: Vec<u8>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttributeInfoimpl Send for AttributeInfoimpl Sync for AttributeInfoimpl Unpin for AttributeInfoimpl UnwindSafe for AttributeInfoBlanket Implementations
Mutably borrows from an owned value. Read more