#[repr(C)]pub struct ICreateSharedPackageContainerOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub Members: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub CreateCollisionOption: unsafe extern "system" fn(_: *mut c_void, _: *mut SharedPackageContainerCreationCollisionOptions) -> HRESULT,
pub SetCreateCollisionOption: unsafe extern "system" fn(_: *mut c_void, _: SharedPackageContainerCreationCollisionOptions) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Members: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetForceAppShutdown: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§CreateCollisionOption: unsafe extern "system" fn(_: *mut c_void, _: *mut SharedPackageContainerCreationCollisionOptions) -> HRESULT
§SetCreateCollisionOption: unsafe extern "system" fn(_: *mut c_void, _: SharedPackageContainerCreationCollisionOptions) -> 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