windows::Win32::System::DeploymentServices

Trait IWdsTransportSetupManager2_Impl

pub trait IWdsTransportSetupManager2_Impl: IWdsTransportSetupManager_Impl {
    // Required methods
    fn TftpCapabilities(&self) -> Result<u32>;
    fn ContentProviders(&self) -> Result<IWdsTransportCollection>;
}

Required Methods§

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

fn ContentProviders(&self) -> Result<IWdsTransportCollection>

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§