Trait windows::Win32::Storage::Packaging::Appx::IAppxFile_Impl

pub trait IAppxFile_Impl: Sized {
    // Required methods
    fn GetCompressionOption(&self) -> Result<APPX_COMPRESSION_OPTION>;
    fn GetContentType(&self) -> Result<PWSTR>;
    fn GetName(&self) -> Result<PWSTR>;
    fn GetSize(&self) -> Result<u64>;
    fn GetStream(&self) -> Result<IStream>;
}

Required Methods§

fn GetCompressionOption(&self) -> Result<APPX_COMPRESSION_OPTION>

fn GetContentType(&self) -> Result<PWSTR>

fn GetName(&self) -> Result<PWSTR>

fn GetSize(&self) -> Result<u64>

fn GetStream(&self) -> Result<IStream>

Object Safety§

This trait is not object safe.

Implementors§