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

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

Methods

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

The type that defines the VTable of this interface.

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

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value

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

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

impl ComIid for IVector<f32>
[src]

impl ComIid for IVector<f64>
[src]

impl ComIid for IVector<Guid>
[src]

impl ComIid for IVector<HString>
[src]

impl ComIid for IVector<i32>
[src]

impl ComIid for IVector<IInspectable>
[src]

impl ComIid for IVector<DateTime>
[src]

impl ComIid for IVector<Point>
[src]

impl ComIid for IVector<Uri>
[src]

impl ComIid for IVector<u32>
[src]