windows::Win32::UI::Shell

Trait IShellFolderViewDual2_Impl

pub trait IShellFolderViewDual2_Impl: IShellFolderViewDual_Impl {
    // Required methods
    fn CurrentViewMode(&self) -> Result<u32>;
    fn SetCurrentViewMode(&self, viewmode: u32) -> Result<()>;
    fn SelectItemRelative(&self, irelative: i32) -> Result<()>;
}

Required Methods§

fn CurrentViewMode(&self) -> Result<u32>

fn SetCurrentViewMode(&self, viewmode: u32) -> Result<()>

fn SelectItemRelative(&self, irelative: i32) -> 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§