#[repr(C)]pub struct APPX_PACKAGE_WRITER_PAYLOAD_STREAM {
pub inputStream: ManuallyDrop<Option<IStream>>,
pub fileName: PCWSTR,
pub contentType: PCWSTR,
pub compressionOption: APPX_COMPRESSION_OPTION,
}
Fields§
§inputStream: ManuallyDrop<Option<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 Debug for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl Debug for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
§impl PartialEq for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl PartialEq for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
§fn eq(&self, other: &APPX_PACKAGE_WRITER_PAYLOAD_STREAM) -> bool
fn eq(&self, other: &APPX_PACKAGE_WRITER_PAYLOAD_STREAM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
impl StructuralPartialEq for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
Auto Trait Implementations§
impl Freeze for APPX_PACKAGE_WRITER_PAYLOAD_STREAM
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)