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