struct EntryPointContext {
argument_ids: Vec<Word>,
results: Vec<ResultMember>,
}Fields§
§argument_ids: Vec<Word>§results: Vec<ResultMember>Auto Trait Implementations§
impl Freeze for EntryPointContext
impl RefUnwindSafe for EntryPointContext
impl Send for EntryPointContext
impl Sync for EntryPointContext
impl Unpin for EntryPointContext
impl UnsafeUnpin for EntryPointContext
impl UnwindSafe for EntryPointContext
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