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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§