windows::Win32::UI::Shell

Trait FolderItems_Impl

pub trait FolderItems_Impl: IDispatch_Impl {
    // Required methods
    fn Count(&self) -> Result<i32>;
    fn Application(&self) -> Result<IDispatch>;
    fn Parent(&self) -> Result<IDispatch>;
    fn Item(&self, index: &VARIANT) -> Result<FolderItem>;
    fn _NewEnum(&self) -> Result<IUnknown>;
}

Required Methods§

fn Count(&self) -> Result<i32>

fn Application(&self) -> Result<IDispatch>

fn Parent(&self) -> Result<IDispatch>

fn Item(&self, index: &VARIANT) -> Result<FolderItem>

fn _NewEnum(&self) -> Result<IUnknown>

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§