()
| 85 | func (m ModBits) Volatile() bool { return m&ModVolatile != 0 } |
| 86 | func (m ModBits) Transient() bool { return m&ModTransient != 0 } |
| 87 | func (m ModBits) Interface() bool { return m&ModInterface != 0 } |
| 88 | func (m ModBits) Native() bool { return m&ModNative != 0 } |
| 89 | func (m ModBits) Abstract() bool { return m&ModAbstract != 0 } |
| 90 | func (m ModBits) Strict() bool { return m&ModStrict != 0 } |
no outgoing calls