pub struct WastInvoke<'a> {
pub span: Span,
pub module: Option<Id<'a>>,
pub name: &'a str,
pub args: Vec<WastArg<'a>>,
}
Fields§
§span: Span
§module: Option<Id<'a>>
§name: &'a str
§args: Vec<WastArg<'a>>
Trait Implementations§
Source§impl<'a> Debug for WastInvoke<'a>
impl<'a> Debug for WastInvoke<'a>
Auto Trait Implementations§
impl<'a> Freeze for WastInvoke<'a>
impl<'a> RefUnwindSafe for WastInvoke<'a>
impl<'a> Send for WastInvoke<'a>
impl<'a> Sync for WastInvoke<'a>
impl<'a> Unpin for WastInvoke<'a>
impl<'a> UnwindSafe for WastInvoke<'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