#[repr(C)]
pub struct DHCP_CLIENT_INFO_V5 { pub ClientIpAddress: u32, pub SubnetMask: u32, pub ClientHardwareAddress: DHCP_BINARY_DATA, pub ClientName: PWSTR, pub ClientComment: PWSTR, pub ClientLeaseExpires: DATE_TIME, pub OwnerHost: DHCP_HOST_INFO, pub bClientType: u8, pub AddressState: u8, }
Expand description

Required features: "Win32_NetworkManagement_Dhcp"

Fields

ClientIpAddress: u32SubnetMask: u32ClientHardwareAddress: DHCP_BINARY_DATAClientName: PWSTRClientComment: PWSTRClientLeaseExpires: DATE_TIMEOwnerHost: DHCP_HOST_INFObClientType: u8AddressState: u8

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.