Trait ISClusPartitions_Impl
pub trait ISClusPartitions_Impl: IDispatch_Impl {
// Required methods
fn Count(&self) -> Result<i32>;
fn _NewEnum(&self) -> Result<IUnknown>;
fn get_Item(&self, varindex: &VARIANT) -> Result<ISClusPartition>;
}
Required Methods§
fn Count(&self) -> Result<i32>
fn _NewEnum(&self) -> Result<IUnknown>
fn get_Item(&self, varindex: &VARIANT) -> Result<ISClusPartition>
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.