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
start_pc: u16end_pc: u16handler_pc: u16catch_type: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExceptionEntryimpl Send for ExceptionEntryimpl Sync for ExceptionEntryimpl Unpin for ExceptionEntryimpl UnwindSafe for ExceptionEntryBlanket Implementations
Mutably borrows from an owned value. Read more