windows::Win32::UI::Shell

Trait IFolderViewOptions_Impl

pub trait IFolderViewOptions_Impl: IUnknownImpl {
    // Required methods
    fn SetFolderViewOptions(
        &self,
        fvomask: FOLDERVIEWOPTIONS,
        fvoflags: FOLDERVIEWOPTIONS,
    ) -> Result<()>;
    fn GetFolderViewOptions(&self) -> Result<FOLDERVIEWOPTIONS>;
}

Required Methods§

fn SetFolderViewOptions( &self, fvomask: FOLDERVIEWOPTIONS, fvoflags: FOLDERVIEWOPTIONS, ) -> Result<()>

fn GetFolderViewOptions(&self) -> Result<FOLDERVIEWOPTIONS>

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§