windows::Win32::System::Diagnostics::Debug::Extensions

Trait IComparableConcept_Impl

pub trait IComparableConcept_Impl: IUnknownImpl {
    // Required method
    fn CompareObjects(
        &self,
        contextobject: Ref<'_, IModelObject>,
        otherobject: Ref<'_, IModelObject>,
    ) -> Result<i32>;
}

Required Methods§

fn CompareObjects( &self, contextobject: Ref<'_, IModelObject>, otherobject: Ref<'_, IModelObject>, ) -> Result<i32>

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§