windows::Win32::Devices::WebServicesOnDevices

Trait IWSDHttpAddress_Impl

pub trait IWSDHttpAddress_Impl: IWSDTransportAddress_Impl {
    // Required methods
    fn GetSecure(&self) -> Result<()>;
    fn SetSecure(&self, fsecure: BOOL) -> Result<()>;
    fn GetPath(&self) -> Result<PCWSTR>;
    fn SetPath(&self, pszpath: &PCWSTR) -> Result<()>;
}

Required Methods§

fn GetSecure(&self) -> Result<()>

fn SetSecure(&self, fsecure: BOOL) -> Result<()>

fn GetPath(&self) -> Result<PCWSTR>

fn SetPath(&self, pszpath: &PCWSTR) -> 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§