feat(derive): add PartialEq trait bound for SignalReduce

This commit is contained in:
doryan 2024-08-16 13:50:57 +04:00
parent 62b7036933
commit bd20644269

View File

@ -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,