Struct classfile_parser::attribute_info::ExceptionEntry[][src]

pub struct ExceptionEntry {
    pub start_pc: u16,
    pub end_pc: u16,
    pub handler_pc: u16,
    pub catch_type: u16,
}

Fields

Trait Implementations

impl Clone for ExceptionEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExceptionEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations