Trait IMultisessionSequential_Impl
pub trait IMultisessionSequential_Impl: IMultisession_Impl {
// Required methods
fn IsFirstDataSession(&self) -> Result<VARIANT_BOOL>;
fn StartAddressOfPreviousSession(&self) -> Result<i32>;
fn LastWrittenAddressOfPreviousSession(&self) -> Result<i32>;
fn NextWritableAddress(&self) -> Result<i32>;
fn FreeSectorsOnMedia(&self) -> Result<i32>;
}
Required Methods§
fn IsFirstDataSession(&self) -> Result<VARIANT_BOOL>
fn StartAddressOfPreviousSession(&self) -> Result<i32>
fn LastWrittenAddressOfPreviousSession(&self) -> Result<i32>
fn NextWritableAddress(&self) -> Result<i32>
fn FreeSectorsOnMedia(&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.