windows::Win32::System::MessageQueuing

Trait IMSMQQueueInfos2_Impl

pub trait IMSMQQueueInfos2_Impl: 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>

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.

Implementors§