Trait IWriteEngine2EventArgs_Impl
pub trait IWriteEngine2EventArgs_Impl: IDispatch_Impl {
// Required methods
fn StartLba(&self) -> Result<i32>;
fn SectorCount(&self) -> Result<i32>;
fn LastReadLba(&self) -> Result<i32>;
fn LastWrittenLba(&self) -> Result<i32>;
fn TotalSystemBuffer(&self) -> Result<i32>;
fn UsedSystemBuffer(&self) -> Result<i32>;
fn FreeSystemBuffer(&self) -> Result<i32>;
}
Required Methods§
fn StartLba(&self) -> Result<i32>
fn SectorCount(&self) -> Result<i32>
fn LastReadLba(&self) -> Result<i32>
fn LastWrittenLba(&self) -> Result<i32>
fn TotalSystemBuffer(&self) -> Result<i32>
fn UsedSystemBuffer(&self) -> Result<i32>
fn FreeSystemBuffer(&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.