Expand description
§livemod - Runtime modification of program parameters
Re-exports§
pub use hashlink;
Macros§
Structs§
- Default
Repr - Live
ModHandle - A handle to an external livemod viewer.
- ModVar
- A variable tracked by an external livemod viewer
- ModVar
Guard - An immutable lock of a
ModVar
orStaticModVar
. Can be dereferenced to get the contained data. - ModVar
MutGuard - A mutable lock of a
ModVar
. Can be dereferenced to get the contained data, and modified. - Multiline
- Multiline string input
- Namespaced
- A namespaced value in the LiveMod message transfer system
- Repr
- Marker type to specify a representation parameter
- Slider
- Slider representation for numeric values
- Static
ModVar - A static trackable livemod variable.
- Trigger
Fn - Value
- Marker type to specify a value parameter
Enums§
- Action
Target - The target of a method call on a
LiveMod
variable. - Builtin
Repr - Convenience type to create builtin livemod reprs.
- Deserialize
Error - Parameter
- A value in the LiveMod message transfer system
Traits§
- LiveMod
- Data which can be modified by the LiveMod API
- Live
ModCtor - Data which provides extra guarantees about its representation.
- Live
ModRepr - Provider of an alternate representation for a LiveMod type