Trait IDBAsynchStatus_Impl
pub trait IDBAsynchStatus_Impl: IUnknownImpl {
// Required methods
fn Abort(&self, hchapter: usize, eoperation: u32) -> Result<()>;
fn GetStatus(
&self,
hchapter: usize,
eoperation: u32,
pulprogress: *mut usize,
pulprogressmax: *mut usize,
peasynchphase: *mut u32,
ppwszstatustext: *mut PWSTR,
) -> Result<()>;
}
Required Methods§
fn Abort(&self, hchapter: usize, eoperation: u32) -> Result<()>
fn GetStatus( &self, hchapter: usize, eoperation: u32, pulprogress: *mut usize, pulprogressmax: *mut usize, peasynchphase: *mut u32, ppwszstatustext: *mut PWSTR, ) -> 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.