We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153816 commit 44f7603Copy full SHA for 44f7603
src/control_packet.rs
@@ -21,6 +21,7 @@ bitfield! {
21
}
22
23
/// A list of supported Command Codes
24
+#[derive(PartialEq, Debug, Clone, Copy, Eq)]
25
pub enum CommandCode {
26
/// Reserved
27
Reserved = 0x00,
0 commit comments