Struct cranelift_wasm::Memory [−][src]
WebAssembly linear memory.
Fields
minimum: u32
The minimum number of pages in the memory.
maximum: Option<u32>
The maximum number of pages in the memory.
Whether the memory may be shared between multiple threads.
Trait Implementations
impl<'de> Deserialize<'de> for Memory
[src]
impl<'de> Deserialize<'de> for Memory
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Copy for Memory
[src]
impl Eq for Memory
[src]
impl StructuralEq for Memory
[src]
impl StructuralPartialEq for Memory
[src]
Auto Trait Implementations
impl RefUnwindSafe for Memory
impl Send for Memory
impl Sync for Memory
impl Unpin for Memory
impl UnwindSafe for Memory
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,