#[repr(C)]pub struct WS_CHANNEL_DECODER {
pub createContext: *mut c_void,
pub createDecoderCallback: WS_CREATE_DECODER_CALLBACK,
pub decoderGetContentTypeCallback: WS_DECODER_GET_CONTENT_TYPE_CALLBACK,
pub decoderStartCallback: WS_DECODER_START_CALLBACK,
pub decoderDecodeCallback: WS_DECODER_DECODE_CALLBACK,
pub decoderEndCallback: WS_DECODER_END_CALLBACK,
pub freeDecoderCallback: WS_FREE_DECODER_CALLBACK,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
createContext: *mut c_void
createDecoderCallback: WS_CREATE_DECODER_CALLBACK
decoderGetContentTypeCallback: WS_DECODER_GET_CONTENT_TYPE_CALLBACK
decoderStartCallback: WS_DECODER_START_CALLBACK
decoderDecodeCallback: WS_DECODER_DECODE_CALLBACK
decoderEndCallback: WS_DECODER_END_CALLBACK
freeDecoderCallback: WS_FREE_DECODER_CALLBACK
Trait Implementations
impl Clone for WS_CHANNEL_DECODER
impl Clone for WS_CHANNEL_DECODER
impl Copy for WS_CHANNEL_DECODER
Auto Trait Implementations
impl RefUnwindSafe for WS_CHANNEL_DECODER
impl !Send for WS_CHANNEL_DECODER
impl !Sync for WS_CHANNEL_DECODER
impl Unpin for WS_CHANNEL_DECODER
impl UnwindSafe for WS_CHANNEL_DECODER
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