Struct classfile_parser::attribute_info::StackMapTableAttribute  [−][src]
pub struct StackMapTableAttribute {
    pub number_of_entries: u16,
    pub entries: Vec<StackMapFrame>,
}Fields
number_of_entries: u16entries: Vec<StackMapFrame>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackMapTableAttributeimpl Send for StackMapTableAttributeimpl Sync for StackMapTableAttributeimpl Unpin for StackMapTableAttributeimpl UnwindSafe for StackMapTableAttributeBlanket Implementations
Mutably borrows from an owned value. Read more