windows::Win32::Storage::Imapi

Trait IMultisessionRandomWrite_Impl

pub trait IMultisessionRandomWrite_Impl: IMultisession_Impl {
    // Required methods
    fn WriteUnitSize(&self) -> Result<i32>;
    fn LastWrittenAddress(&self) -> Result<i32>;
    fn TotalSectorsOnMedia(&self) -> Result<i32>;
}

Required Methods§

fn WriteUnitSize(&self) -> Result<i32>

fn LastWrittenAddress(&self) -> Result<i32>

fn TotalSectorsOnMedia(&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.

Implementors§