Skip to content

Commit 35bcae6

Browse files
Add back the Copy and Clone impls
1 parent 0b028db commit 35bcae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn convert_level(level: LevelFilter) -> log::LevelFilter {
7272
}
7373

7474
/// Required system information that should be queried from the BIOS or UEFI firmware.
75-
#[derive(Debug)]
75+
#[derive(Debug, Copy, Clone)]
7676
pub struct SystemInfo {
7777
/// Information about the (still unmapped) framebuffer.
7878
pub framebuffer: Option<RawFrameBufferInfo>,

0 commit comments

Comments
 (0)