Searched refs:CMemoryType (Results 1 – 2 of 2) sorted by relevance
15 pub(crate) struct CMemoryType { struct34 pub(crate) fn ty(&self) -> &CMemoryType { in ty() argument42 impl CMemoryType { impl43 pub(crate) fn new(ty: MemoryType) -> CMemoryType { in new() argument44 CMemoryType { in new()
1 use crate::{CFuncType, CGlobalType, CMemoryType, CTableType, CTagType};17 Memory(CMemoryType),27 ExternType::Memory(f) => CExternType::Memory(CMemoryType::new(f)), in new()