Struct jbcrs_basic::Exception [] [src]

pub struct Exception {
    pub start: u16,
    pub end: u16,
    pub handler: u16,
    pub catch_type: u16,
}

Fields

Trait Implementations

impl Debug for Exception
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Exception

impl Sync for Exception