Searched defs:GlobalTypeImpl (Results 1 – 1 of 1) sorted by relevance
669 struct GlobalTypeImpl : ExternTypeImpl { struct670 own<ValType> content;671 Mutability mutability;673 GlobalTypeImpl(own<ValType>& content, Mutability mutability) in GlobalTypeImpl() function