#[repr(C)]pub struct APPX_PACKAGE_WRITER_PAYLOAD_STREAM {
pub inputStream: IStream,
pub fileName: PCWSTR,
pub contentType: PCWSTR,
pub compressionOption: APPX_COMPRESSION_OPTION,
}
Expand description
Required features: "Win32_Storage_Packaging_Appx"
, "Win32_System_Com"
Fields
inputStream: IStream
fileName: PCWSTR
contentType: PCWSTR
compressionOption: APPX_COMPRESSION_OPTION
Trait Implementations
impl Clone for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl Clone for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl Copy for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
Auto Trait Implementations
impl RefUnwindSafe for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl !Send for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl !Sync for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl Unpin for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl UnwindSafe for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more