[−][src]Enum wabt::script::Action
Description of action that should be performed on a wasm module.
Variants
Invoke
Invoke a specified function.
Fields of Invoke
Get
Read the specified global variable.
Fields of Get
Trait Implementations
impl<F32: Clone, F64: Clone> Clone for Action<F32, F64>
[src]
impl<F32: PartialOrd, F64: PartialOrd> PartialOrd<Action<F32, F64>> for Action<F32, F64>
[src]
fn partial_cmp(&self, other: &Action<F32, F64>) -> Option<Ordering>
[src]
fn lt(&self, other: &Action<F32, F64>) -> bool
[src]
fn le(&self, other: &Action<F32, F64>) -> bool
[src]
fn gt(&self, other: &Action<F32, F64>) -> bool
[src]
fn ge(&self, other: &Action<F32, F64>) -> bool
[src]
impl<F32: PartialEq, F64: PartialEq> PartialEq<Action<F32, F64>> for Action<F32, F64>
[src]
fn eq(&self, other: &Action<F32, F64>) -> bool
[src]
fn ne(&self, other: &Action<F32, F64>) -> bool
[src]
impl<F32: Debug, F64: Debug> Debug for Action<F32, F64>
[src]
Auto Trait Implementations
impl<F32, F64> Sync for Action<F32, F64> where
F32: Sync,
F64: Sync,
F32: Sync,
F64: Sync,
impl<F32, F64> Send for Action<F32, F64> where
F32: Send,
F64: Send,
F32: Send,
F64: Send,
impl<F32, F64> Unpin for Action<F32, F64> where
F32: Unpin,
F64: Unpin,
F32: Unpin,
F64: Unpin,
impl<F32, F64> RefUnwindSafe for Action<F32, F64> where
F32: RefUnwindSafe,
F64: RefUnwindSafe,
F32: RefUnwindSafe,
F64: RefUnwindSafe,
impl<F32, F64> UnwindSafe for Action<F32, F64> where
F32: UnwindSafe,
F64: UnwindSafe,
F32: UnwindSafe,
F64: UnwindSafe,
Blanket Implementations
impl<T> FromBits<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,