Struct classfile_parser::attribute_info::ExceptionsAttribute[][src]

pub struct ExceptionsAttribute {
    pub exception_table_length: u16,
    pub exception_table: Vec<u16>,
}

Fields

Trait Implementations

impl Clone for ExceptionsAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExceptionsAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations