windows::Win32::System::MessageQueuing

Trait IMSMQQueueManagement_Impl

pub trait IMSMQQueueManagement_Impl: IMSMQManagement_Impl {
    // Required methods
    fn JournalMessageCount(&self) -> Result<i32>;
    fn BytesInJournal(&self) -> Result<VARIANT>;
    fn EodGetReceiveInfo(&self) -> Result<VARIANT>;
}

Required Methods§

fn JournalMessageCount(&self) -> Result<i32>

fn BytesInJournal(&self) -> Result<VARIANT>

fn EodGetReceiveInfo(&self) -> Result<VARIANT>

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§