pub type physdev_pci_mmcfg_reserved_t = physdev_pci_mmcfg_reserved;Aliased Type§
#[repr(C)]pub struct physdev_pci_mmcfg_reserved_t {
pub address: u64,
pub segment: u16,
pub start_bus: u8,
pub end_bus: u8,
pub flags: u32,
}Fields§
§address: u64§segment: u16§start_bus: u8§end_bus: u8§flags: u32