Struct acpica_sys::Struct_acpi_ibft_nic [] [src]

#[repr(C)]
pub struct Struct_acpi_ibft_nic { pub Header: ACPI_IBFT_HEADER, pub IpAddress: [UINT8; 16], pub SubnetMaskPrefix: UINT8, pub Origin: UINT8, pub Gateway: [UINT8; 16], pub PrimaryDns: [UINT8; 16], pub SecondaryDns: [UINT8; 16], pub Dhcp: [UINT8; 16], pub Vlan: UINT16, pub MacAddress: [UINT8; 6], pub PciAddress: UINT16, pub NameLength: UINT16, pub NameOffset: UINT16, }

Fields

Trait Implementations

impl Copy for Struct_acpi_ibft_nic
[src]

impl Clone for Struct_acpi_ibft_nic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_ibft_nic
[src]

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