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

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

Methods

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

The type that defines the VTable of this interface.

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

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value

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

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

impl ComIid for IIterable<bool>
[src]

impl ComIid for IIterable<f32>
[src]

impl ComIid for IIterable<f64>
[src]

impl ComIid for IIterable<Guid>
[src]

impl ComIid for IIterable<HString>
[src]

impl ComIid for IIterable<i32>
[src]

impl ComIid for IIterable<IInspectable>
[src]

impl ComIid for IIterable<IIterable<Point>>
[src]

impl ComIid for IIterable<IKeyValuePair<Guid, IInspectable>>
[src]

impl ComIid for IIterable<IKeyValuePair<HString, HString>>
[src]

impl ComIid for IIterable<IKeyValuePair<HString, IInspectable>>
[src]

impl ComIid for IIterable<IKeyValuePair<HString, IVector<HString>>>
[src]

impl ComIid for IIterable<IKeyValuePair<HString, IVectorView<HString>>>
[src]

impl ComIid for IIterable<IKeyValuePair<IInspectable, IInspectable>>
[src]

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

impl ComIid for IIterable<DateTime>
[src]

impl ComIid for IIterable<Point>
[src]

impl ComIid for IIterable<TimeSpan>
[src]

impl ComIid for IIterable<Uri>
[src]

impl ComIid for IIterable<u32>
[src]

impl ComIid for IIterable<u8>
[src]

impl<'a, T> IntoIterator for &'a IIterable<T> where
    T: RtType
[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