Trait IVssWMDependency_Impl
pub trait IVssWMDependency_Impl: IUnknownImpl {
// Required methods
fn GetWriterId(&self, pwriterid: *mut GUID) -> Result<()>;
fn GetLogicalPath(&self, pbstrlogicalpath: *mut BSTR) -> Result<()>;
fn GetComponentName(&self, pbstrcomponentname: *mut BSTR) -> Result<()>;
}
Required Methods§
fn GetWriterId(&self, pwriterid: *mut GUID) -> Result<()>
fn GetLogicalPath(&self, pbstrlogicalpath: *mut BSTR) -> Result<()>
fn GetComponentName(&self, pbstrcomponentname: *mut BSTR) -> 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.