Trait windows::Win32::UI::Shell::IExplorerPaneVisibility_Impl
pub trait IExplorerPaneVisibility_Impl: Sized {
// Required method
fn GetPaneState(&self, ep: *const GUID) -> Result<u32>;
}
Required Methods§
fn GetPaneState(&self, ep: *const GUID) -> Result<u32>
Object Safety§
This trait is not object safe.