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

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

Methods

impl<K: RtType, V: RtType> IMap<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 IMap<K, V> where
    K: RtType,
    V: RtType
[src]

The type that defines the VTable of this interface.

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

impl<K, V> Deref for IMap<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 IMap<K, V> where
    K: RtType,
    V: RtType
[src]

The method called to mutably dereference a value

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

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

impl ComIid for IMap<Guid, IInspectable>
[src]

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

impl ComIid for IMap<HString, IInspectable>
[src]

impl ComIid for IMap<HString, IVector<HString>>
[src]

impl ComIid for IMap<IInspectable, IInspectable>
[src]