windows::Win32::System::GroupPolicy

Trait IGPMTrustee_Impl

pub trait IGPMTrustee_Impl: IDispatch_Impl {
    // Required methods
    fn TrusteeSid(&self) -> Result<BSTR>;
    fn TrusteeName(&self) -> Result<BSTR>;
    fn TrusteeDomain(&self) -> Result<BSTR>;
    fn TrusteeDSPath(&self) -> Result<BSTR>;
    fn TrusteeType(&self) -> Result<i32>;
}

Required Methods§

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

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

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

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

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

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§