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