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: u16
end_pc: u16
handler_pc: u16
catch_type: u16
Trait Implementations
impl Clone for ExceptionEntry[src]
impl Clone for ExceptionEntryfn clone(&self) -> ExceptionEntry[src]
fn clone(&self) -> ExceptionEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ExceptionEntry[src]
impl Debug for ExceptionEntryAuto Trait Implementations
impl Send for ExceptionEntry
impl Send for ExceptionEntryimpl Sync for ExceptionEntry
impl Sync for ExceptionEntry