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.
|
/// Describes a single normalized parameter and also stores its value.
|
||||||
///
|
///
|
||||||
/// TODO: This is an implementation detail, maybe hide this somewhere else
|
/// TODO: This is an implementation detail, maybe hide this somewhere else
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum ParamPtr {
|
pub enum ParamPtr {
|
||||||
FloatParam(*mut FloatParam),
|
FloatParam(*mut FloatParam),
|
||||||
IntParam(*mut IntParam),
|
IntParam(*mut IntParam),
|
||||||
|
|
Loading…
Reference in a new issue