windows::Win32::System::DeploymentServices

Trait IWdsTransportCollection_Impl

pub trait IWdsTransportCollection_Impl: IDispatch_Impl {
    // Required methods
    fn Count(&self) -> Result<u32>;
    fn get_Item(&self, ulindex: u32) -> Result<IDispatch>;
    fn _NewEnum(&self) -> Result<IUnknown>;
}

Required Methods§

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

fn get_Item(&self, ulindex: u32) -> Result<IDispatch>

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§