[][src]Struct wasmbin::instructions::MemArg

pub struct MemArg {
    pub align: u32,
    pub offset: u32,
}

Fields

align: u32offset: u32

Trait Implementations

impl Arbitrary for MemArg[src]

impl Clone for MemArg[src]

impl Debug for MemArg[src]

impl Decode for MemArg[src]

impl Encode for MemArg[src]

impl Eq for MemArg[src]

impl Hash for MemArg[src]

impl PartialEq<MemArg> for MemArg[src]

impl StructuralEq for MemArg[src]

impl StructuralPartialEq for MemArg[src]

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

Auto Trait Implementations

impl RefUnwindSafe for MemArg

impl Send for MemArg

impl Sync for MemArg

impl Unpin for MemArg

impl UnwindSafe for MemArg

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.