windows::Win32::Storage::Imapi

Trait DDiscFormat2EraseEvents_Impl

pub trait DDiscFormat2EraseEvents_Impl: IDispatch_Impl {
    // Required method
    fn Update(
        &self,
        object: Ref<'_, IDispatch>,
        elapsedseconds: i32,
        estimatedtotalseconds: i32,
    ) -> Result<()>;
}

Required Methods§

fn Update( &self, object: Ref<'_, IDispatch>, elapsedseconds: i32, estimatedtotalseconds: i32, ) -> 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§