#[repr(C, packed(1))]
pub struct PXE_DHCP_MESSAGE {
Show 16 fields pub Operation: u8, pub HardwareAddressType: u8, pub HardwareAddressLength: u8, pub HopCount: u8, pub TransactionID: u32, pub SecondsSinceBoot: u16, pub Reserved: u16, pub ClientIpAddress: u32, pub YourIpAddress: u32, pub BootstrapServerAddress: u32, pub RelayAgentIpAddress: u32, pub HardwareAddress: [u8; 16], pub HostName: [u8; 64], pub BootFileName: [u8; 128], pub Anonymous: PXE_DHCP_MESSAGE_0, pub Option: PXE_DHCP_OPTION,
}
Expand description

Required features: "Win32_System_DeploymentServices"

Fields

Operation: u8HardwareAddressType: u8HardwareAddressLength: u8HopCount: u8TransactionID: u32SecondsSinceBoot: u16Reserved: u16ClientIpAddress: u32YourIpAddress: u32BootstrapServerAddress: u32RelayAgentIpAddress: u32HardwareAddress: [u8; 16]HostName: [u8; 64]BootFileName: [u8; 128]Anonymous: PXE_DHCP_MESSAGE_0Option: PXE_DHCP_OPTION

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.