windows::Win32::System::DeploymentServices

Trait IWdsTransportContent_Impl

pub trait IWdsTransportContent_Impl: IDispatch_Impl {
    // Required methods
    fn Namespace(&self) -> Result<IWdsTransportNamespace>;
    fn Id(&self) -> Result<u32>;
    fn Name(&self) -> Result<BSTR>;
    fn RetrieveSessions(&self) -> Result<IWdsTransportCollection>;
    fn Terminate(&self) -> Result<()>;
}

Required Methods§

fn Namespace(&self) -> Result<IWdsTransportNamespace>

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

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

fn RetrieveSessions(&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§