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 0b028db commit 35bcae6Copy full SHA for 35bcae6
common/src/lib.rs
@@ -72,7 +72,7 @@ fn convert_level(level: LevelFilter) -> log::LevelFilter {
72
}
73
74
/// Required system information that should be queried from the BIOS or UEFI firmware.
75
-#[derive(Debug)]
+#[derive(Debug, Copy, Clone)]
76
pub struct SystemInfo {
77
/// Information about the (still unmapped) framebuffer.
78
pub framebuffer: Option<RawFrameBufferInfo>,
0 commit comments