#[repr(C)]pub struct lucet_terminated {
pub reason: lucet_terminated_reason,
pub provided: *mut c_void,
}
Fields§
§reason: lucet_terminated_reason
§provided: *mut c_void
Trait Implementations§
Source§impl Clone for lucet_terminated
impl Clone for lucet_terminated
Source§fn clone(&self) -> lucet_terminated
fn clone(&self) -> lucet_terminated
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_terminated
Auto Trait Implementations§
impl Freeze for lucet_terminated
impl RefUnwindSafe for lucet_terminated
impl !Send for lucet_terminated
impl !Sync for lucet_terminated
impl Unpin for lucet_terminated
impl UnwindSafe for lucet_terminated
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