Struct libacpica::Struct_acpi_ibft_nic[][src]

#[repr(C, packed)]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

Header: ACPI_IBFT_HEADERIpAddress: [UINT8; 16]SubnetMaskPrefix: UINT8Origin: UINT8Gateway: [UINT8; 16]PrimaryDns: [UINT8; 16]SecondaryDns: [UINT8; 16]Dhcp: [UINT8; 16]Vlan: UINT16MacAddress: [UINT8; 6]PciAddress: UINT16NameLength: UINT16NameOffset: UINT16

Trait Implementations

impl Clone for Struct_acpi_ibft_nic[src]

impl Copy for Struct_acpi_ibft_nic[src]

impl Default for Struct_acpi_ibft_nic[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.