windows::Win32::UI::Shell

Trait IExplorerPaneVisibility_Impl

pub trait IExplorerPaneVisibility_Impl: IUnknownImpl {
    // Required method
    fn GetPaneState(&self, ep: *const GUID) -> Result<u32>;
}

Required Methods§

fn GetPaneState(&self, ep: *const GUID) -> Result<u32>

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§