feat(derive): add PartialEq trait bound for SignalReduce
This commit is contained in:
parent
62b7036933
commit
bd20644269
|
@ -16,7 +16,7 @@ pub enum HammingMode {
|
|||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Default, Copy, Clone, Debug)]
|
||||
#[derive(Default, Copy, Clone, Debug, PartialEq)]
|
||||
pub struct SignalReduce {
|
||||
pub length: f64,
|
||||
pub wire_resistance: f64,
|
||||
|
|
Loading…
Reference in New Issue