Struct winrt::windows::foundation::collections::IObservableMap [] [src]

#[repr(C)]
pub struct IObservableMap<K, V> where
    K: RtType,
    V: RtType
{ /* fields omitted */ }

Methods

impl<K: RtType, V: RtType> IObservableMap<K, V>
[src]

Methods from Deref<Target = IInspectable>

Returns the interfaces that are implemented by the current Windows Runtime object.

Returns the trust level of the current Windows Runtime object.

Trait Implementations

impl<K, V> ComInterface for IObservableMap<K, V> where
    K: RtType,
    V: RtType
[src]

The type that defines the VTable of this interface.

impl<K, V> RtType for IObservableMap<K, V> where
    K: RtType,
    V: RtType
[src]

impl<K, V> Deref for IObservableMap<K, V> where
    K: RtType,
    V: RtType
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<K, V> DerefMut for IObservableMap<K, V> where
    K: RtType,
    V: RtType
[src]

The method called to mutably dereference a value

impl<K: RtType, V: RtType> RtInterface for IObservableMap<K, V>
[src]

impl<K: RtType, V: RtType> RtClassInterface for IObservableMap<K, V>
[src]

impl ComIid for IObservableMap<HString, HString>
[src]