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

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

Methods

impl<T: RtType> IObservableVector<T>
[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<T> ComInterface for IObservableVector<T> where
    T: RtType
[src]

The type that defines the VTable of this interface.

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

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value

impl<T: RtType> RtInterface for IObservableVector<T>
[src]

impl<T: RtType> RtClassInterface for IObservableVector<T>
[src]

impl ComIid for IObservableVector<IInspectable>
[src]