Struct windows::Services::Store::IStoreSendRequestResult_Vtbl
#[repr(C)]pub struct IStoreSendRequestResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub Response: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Response: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStoreSendRequestResult_Vtbl
impl RefUnwindSafe for IStoreSendRequestResult_Vtbl
impl Send for IStoreSendRequestResult_Vtbl
impl Sync for IStoreSendRequestResult_Vtbl
impl Unpin for IStoreSendRequestResult_Vtbl
impl UnwindSafe for IStoreSendRequestResult_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