#[repr(C)]pub struct IUpdateSharedPackageContainerOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub ForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub RequirePackagesPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRequirePackagesPresent: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§RequirePackagesPresent: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetRequirePackagesPresent: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
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