#[repr(C)]pub struct Struct_acpi_mcfg_allocation {
pub Address: UINT64,
pub PciSegment: UINT16,
pub StartBusNumber: UINT8,
pub EndBusNumber: UINT8,
pub Reserved: UINT32,
}Fields§
§Address: UINT64§PciSegment: UINT16§StartBusNumber: UINT8§EndBusNumber: UINT8§Reserved: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_mcfg_allocation
impl Clone for Struct_acpi_mcfg_allocation
impl Copy for Struct_acpi_mcfg_allocation
Auto Trait Implementations§
impl Freeze for Struct_acpi_mcfg_allocation
impl RefUnwindSafe for Struct_acpi_mcfg_allocation
impl Send for Struct_acpi_mcfg_allocation
impl Sync for Struct_acpi_mcfg_allocation
impl Unpin for Struct_acpi_mcfg_allocation
impl UnwindSafe for Struct_acpi_mcfg_allocation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more