Trait ISWbemObjectSet_Impl
pub trait ISWbemObjectSet_Impl: IDispatch_Impl {
// Required methods
fn _NewEnum(&self) -> Result<IUnknown>;
fn Item(&self, strobjectpath: &BSTR, iflags: i32) -> Result<ISWbemObject>;
fn Count(&self) -> Result<i32>;
fn Security_(&self) -> Result<ISWbemSecurity>;
fn ItemIndex(&self, lindex: i32) -> Result<ISWbemObject>;
}
Required Methods§
fn _NewEnum(&self) -> Result<IUnknown>
fn Item(&self, strobjectpath: &BSTR, iflags: i32) -> Result<ISWbemObject>
fn Count(&self) -> Result<i32>
fn Security_(&self) -> Result<ISWbemSecurity>
fn ItemIndex(&self, lindex: i32) -> Result<ISWbemObject>
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.