Make ParamPtr debug printable
This commit is contained in:
parent
11c4112361
commit
7065e900a7
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue