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

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

Fields

Trait Implementations

impl Clone for StackMapTableAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StackMapTableAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations