Struct libacpica::acpi_ibft_target[][src]

#[repr(C, packed)]
pub struct acpi_ibft_target {
Show 16 fields 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.