windows::Win32::System::Search

Trait IRowPositionChange_Impl

pub trait IRowPositionChange_Impl: IUnknownImpl {
    // Required method
    fn OnRowPositionChange(
        &self,
        ereason: u32,
        ephase: u32,
        fcantdeny: BOOL,
    ) -> Result<()>;
}

Required Methods§

fn OnRowPositionChange( &self, ereason: u32, ephase: u32, fcantdeny: BOOL, ) -> 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§