windows::Win32::NetworkManagement::WindowsFirewall

Trait INetFwProduct_Impl

pub trait INetFwProduct_Impl: IDispatch_Impl {
    // Required methods
    fn RuleCategories(&self) -> Result<VARIANT>;
    fn SetRuleCategories(&self, rulecategories: &VARIANT) -> Result<()>;
    fn DisplayName(&self) -> Result<BSTR>;
    fn SetDisplayName(&self, displayname: &BSTR) -> Result<()>;
    fn PathToSignedProductExe(&self) -> Result<BSTR>;
}

Required Methods§

fn RuleCategories(&self) -> Result<VARIANT>

fn SetRuleCategories(&self, rulecategories: &VARIANT) -> Result<()>

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

fn SetDisplayName(&self, displayname: &BSTR) -> Result<()>

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

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§