#[repr(C)]pub struct WS_SERVICE_CONTRACT {
pub contractDescription: *const WS_CONTRACT_DESCRIPTION,
pub defaultMessageHandlerCallback: WS_SERVICE_MESSAGE_RECEIVE_CALLBACK,
pub methodTable: *const c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§contractDescription: *const WS_CONTRACT_DESCRIPTION
§defaultMessageHandlerCallback: WS_SERVICE_MESSAGE_RECEIVE_CALLBACK
§methodTable: *const c_void
Trait Implementations§
§impl Clone for WS_SERVICE_CONTRACT
impl Clone for WS_SERVICE_CONTRACT
impl Copy for WS_SERVICE_CONTRACT
Auto Trait Implementations§
impl RefUnwindSafe for WS_SERVICE_CONTRACT
impl !Send for WS_SERVICE_CONTRACT
impl !Sync for WS_SERVICE_CONTRACT
impl Unpin for WS_SERVICE_CONTRACT
impl UnwindSafe for WS_SERVICE_CONTRACT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more