Struct IStorePackageUpdate_Vtbl
#[repr(C)]pub struct IStorePackageUpdate_Vtbl {
pub base__: IInspectable_Vtbl,
pub Package: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Mandatory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Package: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Mandatory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IStorePackageUpdate_Vtbl
impl RefUnwindSafe for IStorePackageUpdate_Vtbl
impl Send for IStorePackageUpdate_Vtbl
impl Sync for IStorePackageUpdate_Vtbl
impl Unpin for IStorePackageUpdate_Vtbl
impl UnwindSafe for IStorePackageUpdate_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