pub struct EHContext<'a> {
pub ip: usize,
pub func_start: usize,
pub get_text_start: &'a dyn Fn() -> usize,
pub get_data_start: &'a dyn Fn() -> usize,
}
Fields§
§ip: usize
§func_start: usize
§get_text_start: &'a dyn Fn() -> usize
§get_data_start: &'a dyn Fn() -> usize
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for EHContext<'a>
impl<'a> !Send for EHContext<'a>
impl<'a> !Sync for EHContext<'a>
impl<'a> Unpin for EHContext<'a>
impl<'a> !UnwindSafe for EHContext<'a>
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