Struct wast::WastInvoke
source · [−]pub struct WastInvoke<'a> {
pub span: Span,
pub module: Option<Id<'a>>,
pub name: &'a str,
pub args: Vec<Expression<'a>>,
}
Fields
span: Span
module: Option<Id<'a>>
name: &'a str
args: Vec<Expression<'a>>
Trait Implementations
sourceimpl<'a> Debug for WastInvoke<'a>
impl<'a> Debug for WastInvoke<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more