Skip to content

Commit 5068e3c

Browse files
committed
Add missing Debug implementation.
1 parent fcd3273 commit 5068e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/boot_sector.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ impl BiosParameterBlock {
411411
}
412412
}
413413

414+
#[derive(Debug, Clone)]
414415
pub(crate) struct BootSector {
415416
bootjmp: [u8; 3],
416417
oem_name: [u8; 8],

0 commit comments

Comments
 (0)