pub trait DFileSystemImageEvents_Impl: Sized + IDispatch_Impl {
    // Required method
    fn Update(
        &self,
        object: Option<&IDispatch>,
        currentfile: &BSTR,
        copiedsectors: i32,
        totalsectors: i32
    ) -> Result<()>;
}

Required Methods§

fn Update( &self, object: Option<&IDispatch>, currentfile: &BSTR, copiedsectors: i32, totalsectors: i32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§