1
0
Fork 0

Make ParamPtr debug printable

This commit is contained in:
Robbert van der Helm 2022-01-25 22:18:10 +01:00
parent 11c4112361
commit 7065e900a7

View file

@ -65,6 +65,7 @@ pub struct PlainParam<T> {
/// Describes a single normalized parameter and also stores its value.
///
/// TODO: This is an implementation detail, maybe hide this somewhere else
#[derive(Debug)]
pub enum ParamPtr {
FloatParam(*mut FloatParam),
IntParam(*mut IntParam),