Struct acpica_sys::Struct_acpi_ibft_initiator [] [src]

#[repr(C)]
pub struct Struct_acpi_ibft_initiator { pub Header: ACPI_IBFT_HEADER, pub SnsServer: [UINT8; 16], pub SlpServer: [UINT8; 16], pub PrimaryServer: [UINT8; 16], pub SecondaryServer: [UINT8; 16], pub NameLength: UINT16, pub NameOffset: UINT16, }

Fields

Trait Implementations

impl Copy for Struct_acpi_ibft_initiator
[src]

impl Clone for Struct_acpi_ibft_initiator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_ibft_initiator
[src]

Returns the "default value" for a type. Read more