Trait IVdsVolume2_Impl
pub trait IVdsVolume2_Impl: IUnknownImpl {
// Required method
fn GetProperties2(
&self,
pvolumeproperties: *mut VDS_VOLUME_PROP2,
) -> Result<()>;
}
Required Methods§
fn GetProperties2(&self, pvolumeproperties: *mut VDS_VOLUME_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.