Crate livemod

Crate livemod 

Source
Expand description

§livemod - Runtime modification of program parameters

Re-exports§

Macros§

livemod_static

Structs§

DefaultRepr
LiveModHandle
A handle to an external livemod viewer.
ModVar
A variable tracked by an external livemod viewer
ModVarGuard
An immutable lock of a ModVar or StaticModVar. Can be dereferenced to get the contained data.
ModVarMutGuard
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
StaticModVar
A static trackable livemod variable.
TriggerFn
Value
Marker type to specify a value parameter

Enums§

ActionTarget
The target of a method call on a LiveMod variable.
BuiltinRepr
Convenience type to create builtin livemod reprs.
DeserializeError
Parameter
A value in the LiveMod message transfer system

Traits§

LiveMod
Data which can be modified by the LiveMod API
LiveModCtor
Data which provides extra guarantees about its representation.
LiveModRepr
Provider of an alternate representation for a LiveMod type