windows::Win32::Storage::Imapi

Trait IFileSystemImageResult_Impl

pub trait IFileSystemImageResult_Impl: IDispatch_Impl {
    // Required methods
    fn ImageStream(&self) -> Result<IStream>;
    fn ProgressItems(&self) -> Result<IProgressItems>;
    fn TotalBlocks(&self) -> Result<i32>;
    fn BlockSize(&self) -> Result<i32>;
    fn DiscId(&self) -> Result<BSTR>;
}

Required Methods§

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

fn ProgressItems(&self) -> Result<IProgressItems>

fn TotalBlocks(&self) -> Result<i32>

fn BlockSize(&self) -> Result<i32>

fn DiscId(&self) -> Result<BSTR>

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§