#[repr(C)]pub struct IRemovePackageOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub PreserveApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetPreserveApplicationData: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub PreserveRoamableApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetPreserveRoamableApplicationData: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub RemoveForAllUsers: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRemoveForAllUsers: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PreserveApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetPreserveApplicationData: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§PreserveRoamableApplicationData: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetPreserveRoamableApplicationData: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§RemoveForAllUsers: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetRemoveForAllUsers: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRemovePackageOptions_Vtbl
impl RefUnwindSafe for IRemovePackageOptions_Vtbl
impl Send for IRemovePackageOptions_Vtbl
impl Sync for IRemovePackageOptions_Vtbl
impl Unpin for IRemovePackageOptions_Vtbl
impl UnwindSafe for IRemovePackageOptions_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