pub struct CodeException {
pub start_pc: U2,
pub end_pc: U2,
pub handler_pc: U2,
pub catch_type: U2,
}
Fields§
§start_pc: U2
§end_pc: U2
§handler_pc: U2
§catch_type: U2
Implementations§
Source§impl CodeException
impl CodeException
Trait Implementations§
Source§impl Clone for CodeException
impl Clone for CodeException
Source§fn clone(&self) -> CodeException
fn clone(&self) -> CodeException
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 CodeException
impl RefUnwindSafe for CodeException
impl Send for CodeException
impl Sync for CodeException
impl Unpin for CodeException
impl UnwindSafe for CodeException
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