#[repr(C)]pub struct JVM_ExceptionTableEntryType {
pub start_pc: jint,
pub end_pc: jint,
pub handler_pc: jint,
pub catchType: jint,
}
Fields§
§start_pc: jint
§end_pc: jint
§handler_pc: jint
§catchType: jint
Trait Implementations§
Source§impl Clone for JVM_ExceptionTableEntryType
impl Clone for JVM_ExceptionTableEntryType
Source§fn clone(&self) -> JVM_ExceptionTableEntryType
fn clone(&self) -> JVM_ExceptionTableEntryType
Returns a duplicate 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 moreSource§impl Debug for JVM_ExceptionTableEntryType
impl Debug for JVM_ExceptionTableEntryType
impl Copy for JVM_ExceptionTableEntryType
Auto Trait Implementations§
impl Freeze for JVM_ExceptionTableEntryType
impl RefUnwindSafe for JVM_ExceptionTableEntryType
impl Send for JVM_ExceptionTableEntryType
impl Sync for JVM_ExceptionTableEntryType
impl Unpin for JVM_ExceptionTableEntryType
impl UnwindSafe for JVM_ExceptionTableEntryType
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