windows::Win32::UI::Shell

Trait ISyncMgrSyncResult_Impl

pub trait ISyncMgrSyncResult_Impl: IUnknownImpl {
    // Required method
    fn Result(
        &self,
        nstatus: SYNCMGR_PROGRESS_STATUS,
        cerror: u32,
        cconflicts: u32,
    ) -> Result<()>;
}

Required Methods§

fn Result( &self, nstatus: SYNCMGR_PROGRESS_STATUS, cerror: u32, cconflicts: u32, ) -> 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§