Struct IAppxManifestPackageId_Vtbl
#[repr(C)]pub struct IAppxManifestPackageId_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetArchitecture: unsafe extern "system" fn(_: *mut c_void, _: *mut APPX_PACKAGE_ARCHITECTURE) -> HRESULT,
pub GetPublisher: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub GetResourceId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub ComparePublisher: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT,
pub GetPackageFullName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetPackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetArchitecture: unsafe extern "system" fn(_: *mut c_void, _: *mut APPX_PACKAGE_ARCHITECTURE) -> HRESULT
§GetPublisher: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§GetResourceId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§ComparePublisher: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT
§GetPackageFullName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetPackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IAppxManifestPackageId_Vtbl
impl IAppxManifestPackageId_Vtbl
pub const fn new<Identity: IAppxManifestPackageId_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppxManifestPackageId_Vtbl
impl RefUnwindSafe for IAppxManifestPackageId_Vtbl
impl Send for IAppxManifestPackageId_Vtbl
impl Sync for IAppxManifestPackageId_Vtbl
impl Unpin for IAppxManifestPackageId_Vtbl
impl UnwindSafe for IAppxManifestPackageId_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