Trait IDiscFormat2TrackAtOnceEventArgs_Impl
pub trait IDiscFormat2TrackAtOnceEventArgs_Impl: IWriteEngine2EventArgs_Impl {
// Required methods
fn CurrentTrackNumber(&self) -> Result<i32>;
fn CurrentAction(&self) -> Result<IMAPI_FORMAT2_TAO_WRITE_ACTION>;
fn ElapsedTime(&self) -> Result<i32>;
fn RemainingTime(&self) -> Result<i32>;
}
Required Methods§
fn CurrentTrackNumber(&self) -> Result<i32>
fn CurrentAction(&self) -> Result<IMAPI_FORMAT2_TAO_WRITE_ACTION>
fn ElapsedTime(&self) -> Result<i32>
fn RemainingTime(&self) -> Result<i32>
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.