windows::Win32::UI::Shell

Trait Folder3_Impl

pub trait Folder3_Impl: Folder2_Impl {
    // Required methods
    fn ShowWebViewBarricade(&self) -> Result<VARIANT_BOOL>;
    fn SetShowWebViewBarricade(
        &self,
        bshowwebviewbarricade: VARIANT_BOOL,
    ) -> Result<()>;
}

Required Methods§

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

fn SetShowWebViewBarricade( &self, bshowwebviewbarricade: VARIANT_BOOL, ) -> 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§