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