pub struct CanonThreadYieldThenResume {
pub cancellable: bool,
}Available on crate feature
component-model only.Expand description
Information relating to the thread.yield-then-resume intrinsic.
Fields§
§cancellable: boolWhether the thread can be cancelled while yielded at this point.
Trait Implementations§
Source§impl Debug for CanonThreadYieldThenResume
impl Debug for CanonThreadYieldThenResume
Auto Trait Implementations§
impl Freeze for CanonThreadYieldThenResume
impl RefUnwindSafe for CanonThreadYieldThenResume
impl Send for CanonThreadYieldThenResume
impl Sync for CanonThreadYieldThenResume
impl Unpin for CanonThreadYieldThenResume
impl UnsafeUnpin for CanonThreadYieldThenResume
impl UnwindSafe for CanonThreadYieldThenResume
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