pub trait IOpcSignaturePartReferenceEnumerator_Impl: Sized {
// Required methods
fn MoveNext(&self) -> Result<BOOL>;
fn MovePrevious(&self) -> Result<BOOL>;
fn GetCurrent(&self) -> Result<IOpcSignaturePartReference>;
fn Clone(&self) -> Result<IOpcSignaturePartReferenceEnumerator>;
}
Required Methods§
fn MoveNext(&self) -> Result<BOOL>
fn MovePrevious(&self) -> Result<BOOL>
fn GetCurrent(&self) -> Result<IOpcSignaturePartReference>
fn Clone(&self) -> Result<IOpcSignaturePartReferenceEnumerator>
Object Safety§
This trait is not object safe.