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 a27d964 commit 683df49Copy full SHA for 683df49
src/cap.rs
@@ -20,6 +20,7 @@ use kvm_bindings::*;
20
// We are allowing docs to be missing here because this enum is a wrapper
21
// over auto-generated code.
22
#[allow(missing_docs)]
23
+#[derive(PartialEq, Eq)]
24
pub enum Cap {
25
Irqchip = KVM_CAP_IRQCHIP,
26
Hlt = KVM_CAP_HLT,
0 commit comments