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

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

Methods

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

The type that defines the VTable of this interface.

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

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value

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

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

impl ComIid for IVectorView<bool>
[src]

impl ComIid for IVectorView<f32>
[src]

impl ComIid for IVectorView<f64>
[src]

impl ComIid for IVectorView<Guid>
[src]

impl ComIid for IVectorView<HString>
[src]

impl ComIid for IVectorView<i32>
[src]

impl ComIid for IVectorView<IInspectable>
[src]

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

impl ComIid for IVectorView<DateTime>
[src]

impl ComIid for IVectorView<Point>
[src]

impl ComIid for IVectorView<Uri>
[src]

impl ComIid for IVectorView<u32>
[src]

impl ComIid for IVectorView<u8>
[src]

impl<'a, T> IntoIterator for &'a IVectorView<T> where
    T: RtType,
    IIterable<T>: ComIid
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more