Struct winrt::windows::foundation::EventHandler [] [src]

#[repr(C)]
pub struct EventHandler<T> where
    T: RtType
{ /* fields omitted */ }

Methods

impl<T: RtType + 'static> EventHandler<T>
[src]

impl<T: RtType> EventHandler<T>
[src]

Trait Implementations

impl<T> ComInterface for EventHandler<T> where
    T: RtType
[src]

The type that defines the VTable of this interface.

impl<T> RtType for EventHandler<T> where
    T: RtType
[src]

impl<T> Deref for EventHandler<T> where
    T: RtType
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> DerefMut for EventHandler<T> where
    T: RtType
[src]

The method called to mutably dereference a value

impl ComIid for EventHandler<TracingStatusChangedEventArgs>
[src]

impl ComIid for EventHandler<IInspectable>
[src]