windows::Win32::Storage::Imapi

Trait IMultisession_Impl

pub trait IMultisession_Impl: IDispatch_Impl {
    // Required methods
    fn IsSupportedOnCurrentMediaState(&self) -> Result<VARIANT_BOOL>;
    fn SetInUse(&self, value: VARIANT_BOOL) -> Result<()>;
    fn InUse(&self) -> Result<VARIANT_BOOL>;
    fn ImportRecorder(&self) -> Result<IDiscRecorder2>;
}

Required Methods§

fn IsSupportedOnCurrentMediaState(&self) -> Result<VARIANT_BOOL>

fn SetInUse(&self, value: VARIANT_BOOL) -> Result<()>

fn InUse(&self) -> Result<VARIANT_BOOL>

fn ImportRecorder(&self) -> Result<IDiscRecorder2>

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§