windows::Win32::Storage::VirtualDiskService

Trait IVdsDisk2_Impl

pub trait IVdsDisk2_Impl: IUnknownImpl {
    // Required method
    fn SetSANMode(&self, benable: BOOL) -> Result<()>;
}

Required Methods§

fn SetSANMode(&self, benable: BOOL) -> Result<()>

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§