windows::Win32::UI::Ribbon

Trait IUICollectionChangedEvent_Impl

pub trait IUICollectionChangedEvent_Impl: IUnknownImpl {
    // Required method
    fn OnChanged(
        &self,
        action: UI_COLLECTIONCHANGE,
        oldindex: u32,
        olditem: Ref<'_, IUnknown>,
        newindex: u32,
        newitem: Ref<'_, IUnknown>,
    ) -> Result<()>;
}

Required Methods§

fn OnChanged( &self, action: UI_COLLECTIONCHANGE, oldindex: u32, olditem: Ref<'_, IUnknown>, newindex: u32, newitem: Ref<'_, IUnknown>, ) -> 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.

Implementors§