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.
2 parents 2fa79e5 + 3949fda commit 0c28a9eCopy full SHA for 0c28a9e
page_table_multiarch/src/lib.rs
@@ -19,7 +19,7 @@ pub use self::bits64::PageTable64;
19
pub use page_table_entry::{GenericPTE, MappingFlags};
20
21
/// The error type for page table operation failures.
22
-#[derive(Debug, PartialEq)]
+#[derive(Debug, PartialEq, Clone, Copy)]
23
pub enum PagingError {
24
/// Cannot allocate memory.
25
NoMemory,
0 commit comments