c22e522629
This now is a single vector with all of the information in the correct order instead of the hashmaps and a vector. This avoids deduplication, and it especially makes manual `Params` implementations a lot more convenient since you can't mess up with mismatching IDs between the methods. To accommodate exactly this, the persistent fields methods also have a default implementation and the trait has been marked as `unsafe` since it's the programmer's responsibility to make sure these `ParamPtr`s will remain valid. |
||
---|---|---|
.. | ||
buffer | ||
event_loop | ||
param | ||
util | ||
wrapper | ||
buffer.rs | ||
context.rs | ||
debug.rs | ||
event_loop.rs | ||
formatters.rs | ||
lib.rs | ||
param.rs | ||
plugin.rs | ||
prelude.rs | ||
util.rs | ||
wrapper.rs |