#[repr(C)]
pub struct WS_CUSTOM_LISTENER_CALLBACKS { pub createListenerCallback: WS_CREATE_LISTENER_CALLBACK, pub freeListenerCallback: WS_FREE_LISTENER_CALLBACK, pub resetListenerCallback: WS_RESET_LISTENER_CALLBACK, pub openListenerCallback: WS_OPEN_LISTENER_CALLBACK, pub closeListenerCallback: WS_CLOSE_LISTENER_CALLBACK, pub abortListenerCallback: WS_ABORT_LISTENER_CALLBACK, pub getListenerPropertyCallback: WS_GET_LISTENER_PROPERTY_CALLBACK, pub setListenerPropertyCallback: WS_SET_LISTENER_PROPERTY_CALLBACK, pub createChannelForListenerCallback: WS_CREATE_CHANNEL_FOR_LISTENER_CALLBACK, pub acceptChannelCallback: WS_ACCEPT_CHANNEL_CALLBACK, }
Expand description

Required features: "Win32_Networking_WindowsWebServices"

Fields

createListenerCallback: WS_CREATE_LISTENER_CALLBACKfreeListenerCallback: WS_FREE_LISTENER_CALLBACKresetListenerCallback: WS_RESET_LISTENER_CALLBACKopenListenerCallback: WS_OPEN_LISTENER_CALLBACKcloseListenerCallback: WS_CLOSE_LISTENER_CALLBACKabortListenerCallback: WS_ABORT_LISTENER_CALLBACKgetListenerPropertyCallback: WS_GET_LISTENER_PROPERTY_CALLBACKsetListenerPropertyCallback: WS_SET_LISTENER_PROPERTY_CALLBACKcreateChannelForListenerCallback: WS_CREATE_CHANNEL_FOR_LISTENER_CALLBACKacceptChannelCallback: WS_ACCEPT_CHANNEL_CALLBACK

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.