pub trait IMSMQQueueInfos2_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Reset(&self) -> Result<()>;
    fn Next(&self) -> Result<IMSMQQueueInfo2>;
    fn Properties(&self) -> Result<IDispatch>;
}

Required Methods§

fn Reset(&self) -> Result<()>

fn Next(&self) -> Result<IMSMQQueueInfo2>

fn Properties(&self) -> Result<IDispatch>

Object Safety§

This trait is not object safe.

Implementors§