We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b0da8 commit 448f318Copy full SHA for 448f318
acpi/src/madt.rs
@@ -34,7 +34,7 @@ pub enum MadtError {
34
/// * The Streamlined Advanced Programmable Interrupt Controller (SAPIC) model (for Itanium systems)
35
/// * The Generic Interrupt Controller (GIC) model (for ARM systems)
36
#[repr(C, packed)]
37
-#[derive(Debug, Clone, Copy)]
+#[derive(Debug)]
38
pub struct Madt {
39
pub header: SdtHeader,
40
pub local_apic_address: u32,
0 commit comments