windows::Win32::System::GroupPolicy

Trait IGPMPermission_Impl

pub trait IGPMPermission_Impl: IDispatch_Impl {
    // Required methods
    fn Inherited(&self) -> Result<VARIANT_BOOL>;
    fn Inheritable(&self) -> Result<VARIANT_BOOL>;
    fn Denied(&self) -> Result<VARIANT_BOOL>;
    fn Permission(&self) -> Result<GPMPermissionType>;
    fn Trustee(&self) -> Result<IGPMTrustee>;
}

Required Methods§

fn Inherited(&self) -> Result<VARIANT_BOOL>

fn Inheritable(&self) -> Result<VARIANT_BOOL>

fn Denied(&self) -> Result<VARIANT_BOOL>

fn Permission(&self) -> Result<GPMPermissionType>

fn Trustee(&self) -> Result<IGPMTrustee>

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§