Struct web_assembler::MemoryType [−][src]
pub struct MemoryType {
pub limits: ResizableLimits,
}Fields
limits: ResizableLimits
Trait Implementations
impl Debug for MemoryType[src]
impl Debug for MemoryTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MemoryType[src]
impl Clone for MemoryTypefn clone(&self) -> MemoryType[src]
fn clone(&self) -> MemoryTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for MemoryType[src]
impl PartialEq for MemoryTypefn eq(&self, other: &MemoryType) -> bool[src]
fn eq(&self, other: &MemoryType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MemoryType) -> bool[src]
fn ne(&self, other: &MemoryType) -> boolThis method tests for !=.
impl Eq for MemoryType[src]
impl Eq for MemoryTypeimpl Hash for MemoryType[src]
impl Hash for MemoryTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Dump for MemoryType[src]
impl Dump for MemoryTypeimpl Import<MemoryType> for ModuleBuilder[src]
impl Import<MemoryType> for ModuleBuilderfn import<S, T>(&mut self, module: S, name: T, index: MemoryType) -> ImportIndex where
S: Into<String>,
T: Into<String>, [src]
fn import<S, T>(&mut self, module: S, name: T, index: MemoryType) -> ImportIndex where
S: Into<String>,
T: Into<String>, Auto Trait Implementations
impl Send for MemoryType
impl Send for MemoryTypeimpl Sync for MemoryType
impl Sync for MemoryType