[][src]Enum wasmbin::instructions::Misc

#[repr(u8)]pub enum Misc {
    I32TruncSatF32S,
    I32TruncSatF32U,
    I32TruncSatF64S,
    I32TruncSatF64U,
    I64TruncSatF32S,
    I64TruncSatF32U,
    I64TruncSatF64S,
    I64TruncSatF64U,
}

Variants

I32TruncSatF32S
I32TruncSatF32U
I32TruncSatF64S
I32TruncSatF64U
I64TruncSatF32S
I64TruncSatF32U
I64TruncSatF64S
I64TruncSatF64U

Trait Implementations

impl Arbitrary for Misc[src]

impl Clone for Misc[src]

impl Debug for Misc[src]

impl Decode for Misc[src]

impl DecodeWithDiscriminant for Misc[src]

type Discriminant = u8

impl Encode for Misc[src]

impl Eq for Misc[src]

impl Hash for Misc[src]

impl PartialEq<Misc> for Misc[src]

impl StructuralEq for Misc[src]

impl StructuralPartialEq for Misc[src]

impl Visit for Misc where
    Self: 'static, 
[src]

Auto Trait Implementations

impl RefUnwindSafe for Misc

impl Send for Misc

impl Sync for Misc

impl Unpin for Misc

impl UnwindSafe for Misc

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.