pub struct NativeSuspend {
pub wait: WaitKind,
pub continuation: Box<dyn NativeContinuation>,
}Fields§
§wait: WaitKind§continuation: Box<dyn NativeContinuation>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NativeSuspend
impl !Send for NativeSuspend
impl !Sync for NativeSuspend
impl !UnwindSafe for NativeSuspend
impl Freeze for NativeSuspend
impl Unpin for NativeSuspend
impl UnsafeUnpin for NativeSuspend
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