windows::Win32::System::GroupPolicy

Trait IGPMGPO2_Impl

pub trait IGPMGPO2_Impl: IGPMGPO_Impl {
    // Required methods
    fn Description(&self) -> Result<BSTR>;
    fn SetDescription(&self, newval: &BSTR) -> Result<()>;
}

Required Methods§

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

fn SetDescription(&self, newval: &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§