windows::Win32::System::DeploymentServices

Trait IWdsTransportSession_Impl

pub trait IWdsTransportSession_Impl: IDispatch_Impl {
    // Required methods
    fn Content(&self) -> Result<IWdsTransportContent>;
    fn Id(&self) -> Result<u32>;
    fn NetworkInterfaceName(&self) -> Result<BSTR>;
    fn NetworkInterfaceAddress(&self) -> Result<BSTR>;
    fn TransferRate(&self) -> Result<u32>;
    fn MasterClientId(&self) -> Result<u32>;
    fn RetrieveClients(&self) -> Result<IWdsTransportCollection>;
    fn Terminate(&self) -> Result<()>;
}

Required Methods§

fn Content(&self) -> Result<IWdsTransportContent>

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

fn NetworkInterfaceName(&self) -> Result<BSTR>

fn NetworkInterfaceAddress(&self) -> Result<BSTR>

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

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

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

fn Terminate(&self) -> 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§