windows::Win32::Storage::Packaging::Appx

Trait IAppxPackageWriter3_Impl

pub trait IAppxPackageWriter3_Impl: IUnknownImpl {
    // Required method
    fn AddPayloadFiles(
        &self,
        filecount: u32,
        payloadfiles: *const APPX_PACKAGE_WRITER_PAYLOAD_STREAM,
        memorylimit: u64,
    ) -> Result<()>;
}

Required Methods§

fn AddPayloadFiles( &self, filecount: u32, payloadfiles: *const APPX_PACKAGE_WRITER_PAYLOAD_STREAM, memorylimit: u64, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§