Crate tuna[−][src]
Macros
| impl_tuneable | |
| impl_tuneable_simple |
Structs
| Boolean | The definition of a boolean variable |
| Float32 | The definition of a float variable |
Enums
| Tuneable |
Traits
| AsTuneable | Implemented by types that can be used to make tuneables; i.e., manipulated state with various constraints |
Functions
| get | Get a the value of tunable variable, if it matches the expected type |
| register | Register a tuneable variable with a default variable. If variable already exists, won’t do anything. |
| reset | Reset the variable to default value |
| set | Set a tuneable variable, if it makes the expected type |
Type Definitions
| TunaState |