#[repr(C)]
pub struct DHCP_SERVER_OPTIONS {
Show 25 fields pub MessageType: *mut u8, pub SubnetMask: *mut u32, pub RequestedAddress: *mut u32, pub RequestLeaseTime: *mut u32, pub OverlayFields: *mut u8, pub RouterAddress: *mut u32, pub Server: *mut u32, pub ParameterRequestList: *mut u8, pub ParameterRequestListLength: u32, pub MachineName: PSTR, pub MachineNameLength: u32, pub ClientHardwareAddressType: u8, pub ClientHardwareAddressLength: u8, pub ClientHardwareAddress: *mut u8, pub ClassIdentifier: PSTR, pub ClassIdentifierLength: u32, pub VendorClass: *mut u8, pub VendorClassLength: u32, pub DNSFlags: u32, pub DNSNameLength: u32, pub DNSName: *mut u8, pub DSDomainNameRequested: BOOLEAN, pub DSDomainName: PSTR, pub DSDomainNameLen: u32, pub ScopeId: *mut u32,
}
Expand description

Required features: "Win32_NetworkManagement_Dhcp", "Win32_Foundation"

Fields

MessageType: *mut u8SubnetMask: *mut u32RequestedAddress: *mut u32RequestLeaseTime: *mut u32OverlayFields: *mut u8RouterAddress: *mut u32Server: *mut u32ParameterRequestList: *mut u8ParameterRequestListLength: u32MachineName: PSTRMachineNameLength: u32ClientHardwareAddressType: u8ClientHardwareAddressLength: u8ClientHardwareAddress: *mut u8ClassIdentifier: PSTRClassIdentifierLength: u32VendorClass: *mut u8VendorClassLength: u32DNSFlags: u32DNSNameLength: u32DNSName: *mut u8DSDomainNameRequested: BOOLEANDSDomainName: PSTRDSDomainNameLen: u32ScopeId: *mut u32

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.