From 74d1b6fd9991d1fb7dc19f09b06f7b2277874ece Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 16 Apr 2022 20:25:59 +0000 Subject: deploy: 38cd31ed203999122c500d389de38bb051ce979e --- src/kvm_rs/cap.rs.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'src/kvm_rs/cap.rs.html') diff --git a/src/kvm_rs/cap.rs.html b/src/kvm_rs/cap.rs.html index 55c67ce..6add2e1 100644 --- a/src/kvm_rs/cap.rs.html +++ b/src/kvm_rs/cap.rs.html @@ -1,6 +1,9 @@ -cap.rs - source - -
 1
+cap.rs - source
+    
+    
 1
  2
  3
  4
@@ -34,10 +37,9 @@
 32
 33
 34
-
-//! Definitions of KVM capabilities.
+
//! Definitions of KVM capabilities.
 
-use crate::kvm_sys;
+use crate::kvm_sys;
 use std::convert::Into;
 
 /// Definition of capabilities that return a bool value indicating whether the capability is
@@ -49,7 +51,7 @@
 }
 
 impl Into<u64> for CapBool {
-    fn into(self) -> u64 {
+    fn into(self) -> u64 {
         self as u64
     }
 }
@@ -65,9 +67,10 @@
 }
 
 impl Into<u64> for CapInt {
-    fn into(self) -> u64 {
+    fn into(self) -> u64 {
         self as u64
     }
 }
-
-
\ No newline at end of file +
+
+ \ No newline at end of file -- cgit v1.2.3