pub trait INetSharingPortMappingCollection_Impl: Sized + IDispatch_Impl {
// Required methods
fn _NewEnum(&self) -> Result<IUnknown>;
fn Count(&self) -> Result<i32>;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait INetSharingPortMappingCollection_Impl: Sized + IDispatch_Impl {
// Required methods
fn _NewEnum(&self) -> Result<IUnknown>;
fn Count(&self) -> Result<i32>;
}