windows::Win32::System::DeploymentServices

Trait IWdsTransportTftpClient_Impl

pub trait IWdsTransportTftpClient_Impl: IDispatch_Impl {
    // Required methods
    fn FileName(&self) -> Result<BSTR>;
    fn IpAddress(&self) -> Result<BSTR>;
    fn Timeout(&self) -> Result<u32>;
    fn CurrentFileOffset(&self) -> Result<u64>;
    fn FileSize(&self) -> Result<u64>;
    fn BlockSize(&self) -> Result<u32>;
    fn WindowSize(&self) -> Result<u32>;
}

Required Methods§

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

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

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

fn CurrentFileOffset(&self) -> Result<u64>

fn FileSize(&self) -> Result<u64>

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

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

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§