Trait windows::Win32::Storage::VirtualDiskService::IVdsDrive2_Impl
pub trait IVdsDrive2_Impl: Sized {
// Required method
fn GetProperties2(&self, pdriveprop2: *mut VDS_DRIVE_PROP2) -> Result<()>;
}
Required Methods§
fn GetProperties2(&self, pdriveprop2: *mut VDS_DRIVE_PROP2) -> Result<()>
Object Safety§
This trait is not object safe.