windows::Win32::System::SideShow

Trait ISideShowCapabilitiesCollection_Impl

pub trait ISideShowCapabilitiesCollection_Impl: IUnknownImpl {
    // Required methods
    fn GetCount(&self) -> Result<u32>;
    fn GetAt(&self, in_dwindex: u32) -> Result<ISideShowCapabilities>;
}

Required Methods§

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

fn GetAt(&self, in_dwindex: u32) -> Result<ISideShowCapabilities>

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§