[][src]Struct lucet_module_data::LinearMemorySpec

pub struct LinearMemorySpec<'a> {
    pub heap: HeapSpec,
    pub initializer: SparseData<'a>,
}

Specification of the linear memory of a module

Fields

heap: HeapSpec

Specification of the heap used to implement the linear memory

initializer: SparseData<'a>

Initialization values for linear memory

Trait Implementations

impl<'a> Clone for LinearMemorySpec<'a>[src]

impl<'a> Debug for LinearMemorySpec<'a>[src]

impl<'a> Serialize for LinearMemorySpec<'a>[src]

impl<'de: 'a, 'a> Deserialize<'de> for LinearMemorySpec<'a>[src]

Auto Trait Implementations

impl<'a> Send for LinearMemorySpec<'a>

impl<'a> Sync for LinearMemorySpec<'a>

impl<'a> Unpin for LinearMemorySpec<'a>

impl<'a> UnwindSafe for LinearMemorySpec<'a>

impl<'a> RefUnwindSafe for LinearMemorySpec<'a>

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self