Struct acpica_sys::Struct_acpi_ibft_target [] [src]

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

Trait Implementations

impl Copy for Struct_acpi_ibft_target
[src]

impl Clone for Struct_acpi_ibft_target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_ibft_target
[src]

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