#[repr(C)]pub struct Struct_acpi_table_spmi {Show 15 fields
pub Header: ACPI_TABLE_HEADER,
pub InterfaceType: UINT8,
pub Reserved: UINT8,
pub SpecRevision: UINT16,
pub InterruptType: UINT8,
pub GpeNumber: UINT8,
pub Reserved1: UINT8,
pub PciDeviceFlag: UINT8,
pub Interrupt: UINT32,
pub IpmiRegister: ACPI_GENERIC_ADDRESS,
pub PciSegment: UINT8,
pub PciBus: UINT8,
pub PciDevice: UINT8,
pub PciFunction: UINT8,
pub Reserved2: UINT8,
}Fields§
§Header: ACPI_TABLE_HEADER§InterfaceType: UINT8§Reserved: UINT8§SpecRevision: UINT16§InterruptType: UINT8§GpeNumber: UINT8§Reserved1: UINT8§PciDeviceFlag: UINT8§Interrupt: UINT32§IpmiRegister: ACPI_GENERIC_ADDRESS§PciSegment: UINT8§PciBus: UINT8§PciDevice: UINT8§PciFunction: UINT8§Reserved2: UINT8Trait Implementations§
Source§impl Clone for Struct_acpi_table_spmi
impl Clone for Struct_acpi_table_spmi
Source§impl Default for Struct_acpi_table_spmi
impl Default for Struct_acpi_table_spmi
impl Copy for Struct_acpi_table_spmi
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_spmi
impl RefUnwindSafe for Struct_acpi_table_spmi
impl Send for Struct_acpi_table_spmi
impl Sync for Struct_acpi_table_spmi
impl Unpin for Struct_acpi_table_spmi
impl UnwindSafe for Struct_acpi_table_spmi
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