[−][src]Struct wabt::script::Command
Command in the script.
It consists of line number and CommandKind
.
Fields
line: u64
Line number the command is defined on.
kind: CommandKind<F32, F64>
Kind of the command.
Trait Implementations
impl<F32: Clone, F64: Clone> Clone for Command<F32, F64>
[src]
impl<F32: PartialEq, F64: PartialEq> PartialEq<Command<F32, F64>> for Command<F32, F64>
[src]
fn eq(&self, other: &Command<F32, F64>) -> bool
[src]
fn ne(&self, other: &Command<F32, F64>) -> bool
[src]
impl<F32: Debug, F64: Debug> Debug for Command<F32, F64>
[src]
Auto Trait Implementations
impl<F32, F64> Sync for Command<F32, F64> where
F32: Sync,
F64: Sync,
F32: Sync,
F64: Sync,
impl<F32, F64> Send for Command<F32, F64> where
F32: Send,
F64: Send,
F32: Send,
F64: Send,
impl<F32, F64> Unpin for Command<F32, F64> where
F32: Unpin,
F64: Unpin,
F32: Unpin,
F64: Unpin,
impl<F32, F64> RefUnwindSafe for Command<F32, F64> where
F32: RefUnwindSafe,
F64: RefUnwindSafe,
F32: RefUnwindSafe,
F64: RefUnwindSafe,
impl<F32, F64> UnwindSafe for Command<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,