windows::Win32::Networking::ActiveDirectory

Trait IADsFileService_Impl

pub trait IADsFileService_Impl: IADsService_Impl {
    // Required methods
    fn Description(&self) -> Result<BSTR>;
    fn SetDescription(&self, bstrdescription: &BSTR) -> Result<()>;
    fn MaxUserCount(&self) -> Result<i32>;
    fn SetMaxUserCount(&self, lnmaxusercount: i32) -> Result<()>;
}

Required Methods§

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

fn SetDescription(&self, bstrdescription: &BSTR) -> Result<()>

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

fn SetMaxUserCount(&self, lnmaxusercount: 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§