Type Alias uacpi::tables::McfgAllocation
source · pub type McfgAllocation = acpi_mcfg_allocation;Aliased Type§
struct McfgAllocation {
pub address: u64,
pub segment: u16,
pub start_bus: u8,
pub end_bus: u8,
pub rsvd: u32,
}Fields§
§address: u64§segment: u16§start_bus: u8§end_bus: u8§rsvd: u32