enum Wasmer::GlobalMutability
 
  Defined in:
wasmer/global.crEnum Members
- 
        Immutable = 
0_u8 - 
        
Represents a global that is constant
 - 
        Mutable = 
1_u8 - 
        
Represents a global that is mutable
 
Instance Method Summary
- #immutable?
 - #mutable?
 - 
        #to_s(io : IO)
        
          
Appends a
Stringrepresentation of this enum member to the given io.