Struct libacpica::Struct_acpi_ibft_target[][src]

#[repr(C, packed)]pub struct Struct_acpi_ibft_target {
    pub Header: ACPI_IBFT_HEADER,
    pub TargetIpAddress: [UINT8; 16],
    pub TargetIpSocket: UINT16,
    pub TargetBootLun: [UINT8; 8],
    pub ChapType: UINT8,
    pub NicAssociation: UINT8,
    pub TargetNameLength: UINT16,
    pub TargetNameOffset: UINT16,
    pub ChapNameLength: UINT16,
    pub ChapNameOffset: UINT16,
    pub ChapSecretLength: UINT16,
    pub ChapSecretOffset: UINT16,
    pub ReverseChapNameLength: UINT16,
    pub ReverseChapNameOffset: UINT16,
    pub ReverseChapSecretLength: UINT16,
    pub ReverseChapSecretOffset: UINT16,
}

Fields

Header: ACPI_IBFT_HEADERTargetIpAddress: [UINT8; 16]TargetIpSocket: UINT16TargetBootLun: [UINT8; 8]ChapType: UINT8NicAssociation: UINT8TargetNameLength: UINT16TargetNameOffset: UINT16ChapNameLength: UINT16ChapNameOffset: UINT16ChapSecretLength: UINT16ChapSecretOffset: UINT16ReverseChapNameLength: UINT16ReverseChapNameOffset: UINT16ReverseChapSecretLength: UINT16ReverseChapSecretOffset: UINT16

Trait Implementations

impl Clone for Struct_acpi_ibft_target[src]

impl Copy for Struct_acpi_ibft_target[src]

impl Default for Struct_acpi_ibft_target[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.