from the api guidelines: https://rust-lang.github.io/api-guidelines/interoperability.html Device should implement the following common traits: - [ ] Copy - [X] Clone - [ ] Eq - [X] PartialEq - [ ] Ord - [ ] PartialOrd - [ ] Hash - [X] Debug - [ ] Display - [ ] Default