pub struct CanonWaitableSetPoll<'a> {
pub async_: bool,
pub memory: CoreItemRef<'a, memory>,
}Available on crate feature
component-model only.Expand description
Information relating to the waitable-set.poll intrinsic.
Fields§
§async_: boolIf true, the component instance may be reentered during a call to this intrinsic.
memory: CoreItemRef<'a, memory>The memory to use when returning an event to the caller.
Trait Implementations§
Source§impl<'a> Debug for CanonWaitableSetPoll<'a>
impl<'a> Debug for CanonWaitableSetPoll<'a>
Auto Trait Implementations§
impl<'a> Freeze for CanonWaitableSetPoll<'a>
impl<'a> RefUnwindSafe for CanonWaitableSetPoll<'a>
impl<'a> Send for CanonWaitableSetPoll<'a>
impl<'a> Sync for CanonWaitableSetPoll<'a>
impl<'a> Unpin for CanonWaitableSetPoll<'a>
impl<'a> UnwindSafe for CanonWaitableSetPoll<'a>
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