windows::Win32::Networking::ActiveDirectory

Trait IADsSyntax_Impl

pub trait IADsSyntax_Impl: IADs_Impl {
    // Required methods
    fn OleAutoDataType(&self) -> Result<i32>;
    fn SetOleAutoDataType(&self, lnoleautodatatype: i32) -> Result<()>;
}

Required Methods§

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

fn SetOleAutoDataType(&self, lnoleautodatatype: i32) -> 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§