windows::Win32::NetworkManagement::WindowsFirewall

Trait INetSharingPortMapping_Impl

pub trait INetSharingPortMapping_Impl: IDispatch_Impl {
    // Required methods
    fn Disable(&self) -> Result<()>;
    fn Enable(&self) -> Result<()>;
    fn Properties(&self) -> Result<INetSharingPortMappingProps>;
    fn Delete(&self) -> Result<()>;
}

Required Methods§

fn Disable(&self) -> Result<()>

fn Enable(&self) -> Result<()>

fn Properties(&self) -> Result<INetSharingPortMappingProps>

fn Delete(&self) -> 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§