#[repr(C)]pub struct lucet_runtime_faulted {
pub fatal: bool,
pub trapcode: lucet_trapcode,
pub rip_addr: uintptr_t,
pub rip_addr_details: lucet_module_addr_details,
}
Fields§
§fatal: bool
§trapcode: lucet_trapcode
§rip_addr: uintptr_t
§rip_addr_details: lucet_module_addr_details
Trait Implementations§
Source§impl Clone for lucet_runtime_faulted
impl Clone for lucet_runtime_faulted
Source§fn clone(&self) -> lucet_runtime_faulted
fn clone(&self) -> lucet_runtime_faulted
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 moreimpl Copy for lucet_runtime_faulted
Auto Trait Implementations§
impl Freeze for lucet_runtime_faulted
impl RefUnwindSafe for lucet_runtime_faulted
impl Send for lucet_runtime_faulted
impl Sync for lucet_runtime_faulted
impl Unpin for lucet_runtime_faulted
impl UnwindSafe for lucet_runtime_faulted
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