windows::Win32::Networking::ActiveDirectory

Trait IADsComputerOperations_Impl

pub trait IADsComputerOperations_Impl: IADs_Impl {
    // Required methods
    fn Status(&self) -> Result<IDispatch>;
    fn Shutdown(&self, breboot: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

fn Status(&self) -> Result<IDispatch>

fn Shutdown(&self, breboot: VARIANT_BOOL) -> 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§