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

Trait IAppxBlockMapFile_Impl

pub trait IAppxBlockMapFile_Impl: IUnknownImpl {
    // Required methods
    fn GetBlocks(&self) -> Result<IAppxBlockMapBlocksEnumerator>;
    fn GetLocalFileHeaderSize(&self) -> Result<u32>;
    fn GetName(&self) -> Result<PWSTR>;
    fn GetUncompressedSize(&self) -> Result<u64>;
    fn ValidateFileHash(&self, filestream: Ref<'_, IStream>) -> Result<BOOL>;
}

Required Methods§

fn GetBlocks(&self) -> Result<IAppxBlockMapBlocksEnumerator>

fn GetLocalFileHeaderSize(&self) -> Result<u32>

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

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

fn ValidateFileHash(&self, filestream: Ref<'_, IStream>) -> Result<BOOL>

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§