windows::Win32::Storage::Imapi

Trait IFileSystemImage2_Impl

pub trait IFileSystemImage2_Impl: IFileSystemImage_Impl {
    // Required methods
    fn BootImageOptionsArray(&self) -> Result<*mut SAFEARRAY>;
    fn SetBootImageOptionsArray(&self, newval: *const SAFEARRAY) -> Result<()>;
}

Required Methods§

fn BootImageOptionsArray(&self) -> Result<*mut SAFEARRAY>

fn SetBootImageOptionsArray(&self, newval: *const SAFEARRAY) -> Result<()>

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§