Struct classfile_parser::attribute_info::StackMapTableAttribute [] [src]

pub struct StackMapTableAttribute {
    pub number_of_entries: u16,
    pub entries: Vec<StackMapFrame>,
}

Fields

Trait Implementations

impl Debug for StackMapTableAttribute
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations