#[repr(C)]pub struct WS_CUSTOM_CHANNEL_CALLBACKS {Show 14 fields
pub createChannelCallback: WS_CREATE_CHANNEL_CALLBACK,
pub freeChannelCallback: WS_FREE_CHANNEL_CALLBACK,
pub resetChannelCallback: WS_RESET_CHANNEL_CALLBACK,
pub openChannelCallback: WS_OPEN_CHANNEL_CALLBACK,
pub closeChannelCallback: WS_CLOSE_CHANNEL_CALLBACK,
pub abortChannelCallback: WS_ABORT_CHANNEL_CALLBACK,
pub getChannelPropertyCallback: WS_GET_CHANNEL_PROPERTY_CALLBACK,
pub setChannelPropertyCallback: WS_SET_CHANNEL_PROPERTY_CALLBACK,
pub writeMessageStartCallback: WS_WRITE_MESSAGE_START_CALLBACK,
pub writeMessageEndCallback: WS_WRITE_MESSAGE_END_CALLBACK,
pub readMessageStartCallback: WS_READ_MESSAGE_START_CALLBACK,
pub readMessageEndCallback: WS_READ_MESSAGE_END_CALLBACK,
pub abandonMessageCallback: WS_ABANDON_MESSAGE_CALLBACK,
pub shutdownSessionChannelCallback: WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
createChannelCallback: WS_CREATE_CHANNEL_CALLBACK
freeChannelCallback: WS_FREE_CHANNEL_CALLBACK
resetChannelCallback: WS_RESET_CHANNEL_CALLBACK
openChannelCallback: WS_OPEN_CHANNEL_CALLBACK
closeChannelCallback: WS_CLOSE_CHANNEL_CALLBACK
abortChannelCallback: WS_ABORT_CHANNEL_CALLBACK
getChannelPropertyCallback: WS_GET_CHANNEL_PROPERTY_CALLBACK
setChannelPropertyCallback: WS_SET_CHANNEL_PROPERTY_CALLBACK
writeMessageStartCallback: WS_WRITE_MESSAGE_START_CALLBACK
writeMessageEndCallback: WS_WRITE_MESSAGE_END_CALLBACK
readMessageStartCallback: WS_READ_MESSAGE_START_CALLBACK
readMessageEndCallback: WS_READ_MESSAGE_END_CALLBACK
abandonMessageCallback: WS_ABANDON_MESSAGE_CALLBACK
shutdownSessionChannelCallback: WS_SHUTDOWN_SESSION_CHANNEL_CALLBACK
Trait Implementations
impl Clone for WS_CUSTOM_CHANNEL_CALLBACKS
impl Clone for WS_CUSTOM_CHANNEL_CALLBACKS
impl Copy for WS_CUSTOM_CHANNEL_CALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for WS_CUSTOM_CHANNEL_CALLBACKS
impl Send for WS_CUSTOM_CHANNEL_CALLBACKS
impl Sync for WS_CUSTOM_CHANNEL_CALLBACKS
impl Unpin for WS_CUSTOM_CHANNEL_CALLBACKS
impl UnwindSafe for WS_CUSTOM_CHANNEL_CALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more