#[repr(C)]pub struct lucet_result {
pub tag: lucet_result_tag,
pub val: lucet_result_val,
}
Fields§
§tag: lucet_result_tag
§val: lucet_result_val
Trait Implementations§
Source§impl Clone for lucet_result
impl Clone for lucet_result
Source§fn clone(&self) -> lucet_result
fn clone(&self) -> lucet_result
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_result
Auto Trait Implementations§
impl Freeze for lucet_result
impl RefUnwindSafe for lucet_result
impl !Send for lucet_result
impl !Sync for lucet_result
impl Unpin for lucet_result
impl UnwindSafe for lucet_result
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