Parcourir la source

Implement Copy for packed struct.

Caduser2020 il y a 4 ans
Parent
commit
66c533c67b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -114,6 +114,7 @@ pub struct BootInformation {
     offset: usize,
 }
 
+#[derive(Clone, Copy)]
 #[repr(C, packed)]
 struct BootInformationInner {
     total_size: u32,