windows::Win32::Storage::VirtualDiskService

Trait IVdsDrive2_Impl

pub trait IVdsDrive2_Impl: IUnknownImpl {
    // Required method
    fn GetProperties2(&self, pdriveprop2: *mut VDS_DRIVE_PROP2) -> Result<()>;
}

Required Methods§

fn GetProperties2(&self, pdriveprop2: *mut VDS_DRIVE_PROP2) -> 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§