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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§