Struct IWSDServiceMessaging_Vtbl
#[repr(C)]pub struct IWSDServiceMessaging_Vtbl {
pub base__: IUnknown_Vtbl,
pub SendResponse: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION, _: *mut c_void) -> HRESULT,
pub FaultRequest: unsafe extern "system" fn(_: *mut c_void, _: *const WSD_SOAP_HEADER, _: *mut c_void, _: *const WSD_SOAP_FAULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SendResponse: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION, _: *mut c_void) -> HRESULT
§FaultRequest: unsafe extern "system" fn(_: *mut c_void, _: *const WSD_SOAP_HEADER, _: *mut c_void, _: *const WSD_SOAP_FAULT) -> HRESULT
Implementations§
§impl IWSDServiceMessaging_Vtbl
impl IWSDServiceMessaging_Vtbl
pub const fn new<Identity: IWSDServiceMessaging_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDServiceMessaging_Vtbl
impl RefUnwindSafe for IWSDServiceMessaging_Vtbl
impl Send for IWSDServiceMessaging_Vtbl
impl Sync for IWSDServiceMessaging_Vtbl
impl Unpin for IWSDServiceMessaging_Vtbl
impl UnwindSafe for IWSDServiceMessaging_Vtbl
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