pub trait INetSharingPortMapping_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§