windows::Win32::System::TaskScheduler

Trait INetworkSettings_Impl

pub trait INetworkSettings_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self, pname: *mut BSTR) -> Result<()>;
    fn SetName(&self, name: &BSTR) -> Result<()>;
    fn Id(&self, pid: *mut BSTR) -> Result<()>;
    fn SetId(&self, id: &BSTR) -> Result<()>;
}

Required Methods§

fn Name(&self, pname: *mut BSTR) -> Result<()>

fn SetName(&self, name: &BSTR) -> Result<()>

fn Id(&self, pid: *mut BSTR) -> Result<()>

fn SetId(&self, id: &BSTR) -> 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§