Struct windows::Services::Store::IStoreConsumableResult_Vtbl
#[repr(C)]pub struct IStoreConsumableResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut StoreConsumableStatus) -> HRESULT,
pub TrackingId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub BalanceRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut StoreConsumableStatus) -> HRESULT
§TrackingId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§BalanceRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStoreConsumableResult_Vtbl
impl RefUnwindSafe for IStoreConsumableResult_Vtbl
impl Send for IStoreConsumableResult_Vtbl
impl Sync for IStoreConsumableResult_Vtbl
impl Unpin for IStoreConsumableResult_Vtbl
impl UnwindSafe for IStoreConsumableResult_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