#[repr(C)]pub struct WS_SERVICE_PROPERTY_CLOSE_CALLBACK {
pub callback: WS_SERVICE_CLOSE_CHANNEL_CALLBACK,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
callback: WS_SERVICE_CLOSE_CHANNEL_CALLBACK
Trait Implementations
impl Clone for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
impl Clone for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
impl Copy for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
Auto Trait Implementations
impl RefUnwindSafe for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
impl Send for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
impl Sync for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
impl Unpin for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
impl UnwindSafe for WS_SERVICE_PROPERTY_CLOSE_CALLBACK
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