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

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

Methods

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

The type that defines the VTable of this interface.

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

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

The method called to mutably dereference a value

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

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

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

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

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

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

impl ComIid for IMapView<HString, IVectorView<HString>>
[src]

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