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.

Implementors§