Trait INetSharingPortMappingProps_Impl
pub trait INetSharingPortMappingProps_Impl: IDispatch_Impl {
// Required methods
fn Name(&self) -> Result<BSTR>;
fn IPProtocol(&self) -> Result<u8>;
fn ExternalPort(&self) -> Result<i32>;
fn InternalPort(&self) -> Result<i32>;
fn Options(&self) -> Result<i32>;
fn TargetName(&self) -> Result<BSTR>;
fn TargetIPAddress(&self) -> Result<BSTR>;
fn Enabled(&self) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn Name(&self) -> Result<BSTR>
fn IPProtocol(&self) -> Result<u8>
fn ExternalPort(&self) -> Result<i32>
fn InternalPort(&self) -> Result<i32>
fn Options(&self) -> Result<i32>
fn TargetName(&self) -> Result<BSTR>
fn TargetIPAddress(&self) -> Result<BSTR>
fn Enabled(&self) -> Result<VARIANT_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.