#[repr(C)]pub struct Struct_acpi_table_mchi {Show 13 fields
pub Header: ACPI_TABLE_HEADER,
pub InterfaceType: UINT8,
pub Protocol: UINT8,
pub ProtocolData: UINT64,
pub InterruptType: UINT8,
pub Gpe: UINT8,
pub PciDeviceFlag: UINT8,
pub GlobalInterrupt: UINT32,
pub ControlRegister: ACPI_GENERIC_ADDRESS,
pub PciSegment: UINT8,
pub PciBus: UINT8,
pub PciDevice: UINT8,
pub PciFunction: UINT8,
}Fields§
§Header: ACPI_TABLE_HEADER§InterfaceType: UINT8§Protocol: UINT8§ProtocolData: UINT64§InterruptType: UINT8§Gpe: UINT8§PciDeviceFlag: UINT8§GlobalInterrupt: UINT32§ControlRegister: ACPI_GENERIC_ADDRESS§PciSegment: UINT8§PciBus: UINT8§PciDevice: UINT8§PciFunction: UINT8Trait Implementations§
Source§impl Clone for Struct_acpi_table_mchi
impl Clone for Struct_acpi_table_mchi
Source§impl Default for Struct_acpi_table_mchi
impl Default for Struct_acpi_table_mchi
impl Copy for Struct_acpi_table_mchi
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_mchi
impl RefUnwindSafe for Struct_acpi_table_mchi
impl Send for Struct_acpi_table_mchi
impl Sync for Struct_acpi_table_mchi
impl Unpin for Struct_acpi_table_mchi
impl UnwindSafe for Struct_acpi_table_mchi
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