windows::Win32::Storage::VirtualDiskService

Trait IVdsLun2_Impl

pub trait IVdsLun2_Impl: IUnknownImpl {
    // Required methods
    fn QueryHints2(&self, phints2: *mut VDS_HINTS2) -> Result<()>;
    fn ApplyHints2(&self, phints2: *const VDS_HINTS2) -> Result<()>;
}

Required Methods§

fn QueryHints2(&self, phints2: *mut VDS_HINTS2) -> Result<()>

fn ApplyHints2(&self, phints2: *const VDS_HINTS2) -> 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§