pub struct ExceptionTableEntry {
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: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExceptionTableEntry
impl RefUnwindSafe for ExceptionTableEntry
impl Send for ExceptionTableEntry
impl Sync for ExceptionTableEntry
impl Unpin for ExceptionTableEntry
impl UnwindSafe for ExceptionTableEntry
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