windows::Win32::Devices::Tapi

Trait ITQueueEvent_Impl

pub trait ITQueueEvent_Impl: IDispatch_Impl {
    // Required methods
    fn Queue(&self) -> Result<ITQueue>;
    fn Event(&self) -> Result<ACDQUEUE_EVENT>;
}

Required Methods§

fn Queue(&self) -> Result<ITQueue>

fn Event(&self) -> Result<ACDQUEUE_EVENT>

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§