Returns the value type of this global descriptor.
(&self)
| 2979 | |
| 2980 | /// Returns the value type of this global descriptor. |
| 2981 | pub fn content(&self) -> &ValType { |
| 2982 | &self.content |
| 2983 | } |
| 2984 | |
| 2985 | /// Returns whether or not this global is mutable. |
| 2986 | pub fn mutability(&self) -> Mutability { |
no outgoing calls