#[repr(C)]pub struct APPX_PACKAGE_WRITER_PAYLOAD_STREAM {
pub inputStream: *mut c_void,
pub fileName: PCWSTR,
pub contentType: PCWSTR,
pub compressionOption: APPX_COMPRESSION_OPTION,
}
Fields§
§inputStream: *mut c_void
§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
§fn clone(&self) -> APPX_PACKAGE_WRITER_PAYLOAD_STREAM
fn clone(&self) -> APPX_PACKAGE_WRITER_PAYLOAD_STREAM
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)