Trait IOpcRelationship_Impl
pub trait IOpcRelationship_Impl: IUnknownImpl {
// Required methods
fn GetId(&self) -> Result<PWSTR>;
fn GetRelationshipType(&self) -> Result<PWSTR>;
fn GetSourceUri(&self) -> Result<IOpcUri>;
fn GetTargetUri(&self) -> Result<IUri>;
fn GetTargetMode(&self) -> Result<OPC_URI_TARGET_MODE>;
}
Required Methods§
fn GetId(&self) -> Result<PWSTR>
fn GetRelationshipType(&self) -> Result<PWSTR>
fn GetSourceUri(&self) -> Result<IOpcUri>
fn GetTargetUri(&self) -> Result<IUri>
fn GetTargetMode(&self) -> Result<OPC_URI_TARGET_MODE>
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.