windows::Win32::System::Com::Events

Trait IEventObjectChange2_Impl

pub trait IEventObjectChange2_Impl: IUnknownImpl {
    // Required methods
    fn ChangedSubscription(
        &self,
        pinfo: *const COMEVENTSYSCHANGEINFO,
    ) -> Result<()>;
    fn ChangedEventClass(
        &self,
        pinfo: *const COMEVENTSYSCHANGEINFO,
    ) -> Result<()>;
}

Required Methods§

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§