windows::Win32::UI::Shell

Trait IRegTreeItem_Impl

pub trait IRegTreeItem_Impl: IUnknownImpl {
    // Required methods
    fn GetCheckState(&self) -> Result<BOOL>;
    fn SetCheckState(&self, bcheck: BOOL) -> Result<()>;
}

Required Methods§

fn GetCheckState(&self) -> Result<BOOL>

fn SetCheckState(&self, bcheck: 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§