Struct wasmedge_sys::async::fiber::AsyncState
source · pub struct AsyncState { /* private fields */ }
Available on crate feature
async
and Linux only.Expand description
Defines a async state that contains the pointer to current poll context and current suspend.
Implementations§
Trait Implementations§
source§impl Debug for AsyncState
impl Debug for AsyncState
source§impl Default for AsyncState
impl Default for AsyncState
impl Send for AsyncState
impl Sync for AsyncState
Auto Trait Implementations§
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