windows::Win32::Storage::VirtualDiskService

Trait IVdsSwProvider_Impl

pub trait IVdsSwProvider_Impl: IUnknownImpl {
    // Required methods
    fn QueryPacks(&self) -> Result<IEnumVdsObject>;
    fn CreatePack(&self) -> Result<IVdsPack>;
}

Required Methods§

fn QueryPacks(&self) -> Result<IEnumVdsObject>

fn CreatePack(&self) -> Result<IVdsPack>

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§