windows::Win32::Devices::WebServicesOnDevices

Trait IWSDScopeMatchingRule_Impl

pub trait IWSDScopeMatchingRule_Impl: IUnknownImpl {
    // Required methods
    fn GetScopeRule(&self) -> Result<PCWSTR>;
    fn MatchScopes(
        &self,
        pszscope1: &PCWSTR,
        pszscope2: &PCWSTR,
    ) -> Result<BOOL>;
}

Required Methods§

fn GetScopeRule(&self) -> Result<PCWSTR>

fn MatchScopes(&self, pszscope1: &PCWSTR, pszscope2: &PCWSTR) -> Result<BOOL>

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§