#[repr(C)]
pub struct DHCP_CALLOUT_TABLE { pub DhcpControlHook: LPDHCP_CONTROL, pub DhcpNewPktHook: LPDHCP_NEWPKT, pub DhcpPktDropHook: LPDHCP_DROP_SEND, pub DhcpPktSendHook: LPDHCP_DROP_SEND, pub DhcpAddressDelHook: LPDHCP_PROB, pub DhcpAddressOfferHook: LPDHCP_GIVE_ADDRESS, pub DhcpHandleOptionsHook: LPDHCP_HANDLE_OPTIONS, pub DhcpDeleteClientHook: LPDHCP_DELETE_CLIENT, pub DhcpExtensionHook: *mut c_void, pub DhcpReservedHook: *mut c_void, }
Expand description

Required features: "Win32_NetworkManagement_Dhcp", "Win32_Foundation"

Fields

DhcpControlHook: LPDHCP_CONTROLDhcpNewPktHook: LPDHCP_NEWPKTDhcpPktDropHook: LPDHCP_DROP_SENDDhcpPktSendHook: LPDHCP_DROP_SENDDhcpAddressDelHook: LPDHCP_PROBDhcpAddressOfferHook: LPDHCP_GIVE_ADDRESSDhcpHandleOptionsHook: LPDHCP_HANDLE_OPTIONSDhcpDeleteClientHook: LPDHCP_DELETE_CLIENTDhcpExtensionHook: *mut c_voidDhcpReservedHook: *mut c_void

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.