The Rust guidelines suggest public API types should implement `Debug`. https://rust-lang.github.io/api-guidelines/debuggability.html#c-debug. Currently this is not the case for `Power` and `ChannelLoudnessMeter`.
The Rust guidelines suggest public API types should implement
Debug.https://rust-lang.github.io/api-guidelines/debuggability.html#c-debug.
Currently this is not the case for
PowerandChannelLoudnessMeter.