Struct IAppxManifestPackageId2_Vtbl
#[repr(C)]pub struct IAppxManifestPackageId2_Vtbl {
pub base__: IAppxManifestPackageId_Vtbl,
pub GetArchitecture2: unsafe extern "system" fn(_: *mut c_void, _: *mut APPX_PACKAGE_ARCHITECTURE2) -> HRESULT,
}
Fields§
§base__: IAppxManifestPackageId_Vtbl
§GetArchitecture2: unsafe extern "system" fn(_: *mut c_void, _: *mut APPX_PACKAGE_ARCHITECTURE2) -> HRESULT
Implementations§
§impl IAppxManifestPackageId2_Vtbl
impl IAppxManifestPackageId2_Vtbl
pub const fn new<Identity: IAppxManifestPackageId2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppxManifestPackageId2_Vtbl
impl RefUnwindSafe for IAppxManifestPackageId2_Vtbl
impl Send for IAppxManifestPackageId2_Vtbl
impl Sync for IAppxManifestPackageId2_Vtbl
impl Unpin for IAppxManifestPackageId2_Vtbl
impl UnwindSafe for IAppxManifestPackageId2_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