windows::Win32::Networking::ActiveDirectory

Trait IADsBackLink_Impl

pub trait IADsBackLink_Impl: IDispatch_Impl {
    // Required methods
    fn RemoteID(&self) -> Result<i32>;
    fn SetRemoteID(&self, lnremoteid: i32) -> Result<()>;
    fn ObjectName(&self) -> Result<BSTR>;
    fn SetObjectName(&self, bstrobjectname: &BSTR) -> Result<()>;
}

Required Methods§

fn RemoteID(&self) -> Result<i32>

fn SetRemoteID(&self, lnremoteid: i32) -> Result<()>

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

fn SetObjectName(&self, bstrobjectname: &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§