Struct classfile_parser::attribute_info::ExceptionEntry
source · 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
sourceimpl Clone for ExceptionEntry
impl Clone for ExceptionEntry
sourcefn clone(&self) -> ExceptionEntry
fn clone(&self) -> ExceptionEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for ExceptionEntry
impl Send for ExceptionEntry
impl Sync for ExceptionEntry
impl Unpin for ExceptionEntry
impl UnwindSafe for ExceptionEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more