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