Struct makepad_widgets::shader::std::windows::Foundation::Collections::IIterable
#[repr(transparent)]pub struct IIterable<T>(/* private fields */)
where
T: RuntimeType + 'static;Implementations§
Trait Implementations§
§impl<T> AsImpl<StockIterable<T>> for IIterable<T>where
T: RuntimeType + 'static,
<T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone,
impl<T> AsImpl<StockIterable<T>> for IIterable<T>where T: RuntimeType + 'static, <T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone,
§impl<K, V> AsImpl<StockMapView<K, V>> for IIterable<IKeyValuePair<K, V>>where
K: RuntimeType + 'static,
V: RuntimeType + 'static,
<K as Type<K, <K as TypeKind>::TypeKind>>::Default: Clone + Ord,
<V as Type<V, <V as TypeKind>::TypeKind>>::Default: Clone,
impl<K, V> AsImpl<StockMapView<K, V>> for IIterable<IKeyValuePair<K, V>>where K: RuntimeType + 'static, V: RuntimeType + 'static, <K as Type<K, <K as TypeKind>::TypeKind>>::Default: Clone + Ord, <V as Type<V, <V as TypeKind>::TypeKind>>::Default: Clone,
§impl<T> AsImpl<StockVectorView<T>> for IIterable<T>where
T: RuntimeType + 'static,
<T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone + PartialEq<<T as Type<T, <T as TypeKind>::TypeKind>>::Default>,
impl<T> AsImpl<StockVectorView<T>> for IIterable<T>where T: RuntimeType + 'static, <T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone + PartialEq<<T as Type<T, <T as TypeKind>::TypeKind>>::Default>,
§impl<T> ComInterface for IIterable<T>where
T: RuntimeType + 'static,
impl<T> ComInterface for IIterable<T>where T: RuntimeType + 'static,
fn as_unknown(&self) -> &IUnknown
§impl<T> From<StockIterable<T>> for IIterable<T>where
T: RuntimeType + 'static,
<T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone,
impl<T> From<StockIterable<T>> for IIterable<T>where T: RuntimeType + 'static, <T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone,
§impl<K, V> From<StockMapView<K, V>> for IIterable<IKeyValuePair<K, V>>where
K: RuntimeType + 'static,
V: RuntimeType + 'static,
<K as Type<K, <K as TypeKind>::TypeKind>>::Default: Clone + Ord,
<V as Type<V, <V as TypeKind>::TypeKind>>::Default: Clone,
impl<K, V> From<StockMapView<K, V>> for IIterable<IKeyValuePair<K, V>>where K: RuntimeType + 'static, V: RuntimeType + 'static, <K as Type<K, <K as TypeKind>::TypeKind>>::Default: Clone + Ord, <V as Type<V, <V as TypeKind>::TypeKind>>::Default: Clone,
§fn from(this: StockMapView<K, V>) -> IIterable<IKeyValuePair<K, V>>
fn from(this: StockMapView<K, V>) -> IIterable<IKeyValuePair<K, V>>
Converts to this type from the input type.
§impl<T> From<StockVectorView<T>> for IIterable<T>where
T: RuntimeType + 'static,
<T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone + PartialEq<<T as Type<T, <T as TypeKind>::TypeKind>>::Default>,
impl<T> From<StockVectorView<T>> for IIterable<T>where T: RuntimeType + 'static, <T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone + PartialEq<<T as Type<T, <T as TypeKind>::TypeKind>>::Default>,
§impl<T> Interface for IIterable<T>where
T: RuntimeType + 'static,
impl<T> Interface for IIterable<T>where T: RuntimeType + 'static,
type Vtable = IIterable_Vtbl<T>
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§impl<T> IntoIterator for &IIterable<T>where
T: RuntimeType,
impl<T> IntoIterator for &IIterable<T>where T: RuntimeType,
§impl<T> IntoIterator for IIterable<T>where
T: RuntimeType,
impl<T> IntoIterator for IIterable<T>where T: RuntimeType,
§impl<T> PartialEq<IIterable<T>> for IIterable<T>where
T: RuntimeType + 'static,
impl<T> PartialEq<IIterable<T>> for IIterable<T>where T: RuntimeType + 'static,
§impl<T> TryFrom<Vec<<T as Type<T, <T as TypeKind>::TypeKind>>::Default, Global>> for IIterable<T>where
T: RuntimeType,
<T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone,
impl<T> TryFrom<Vec<<T as Type<T, <T as TypeKind>::TypeKind>>::Default, Global>> for IIterable<T>where T: RuntimeType, <T as Type<T, <T as TypeKind>::TypeKind>>::Default: Clone,
impl<T> Eq for IIterable<T>where T: RuntimeType + 'static,
Auto Trait Implementations§
impl<T> RefUnwindSafe for IIterable<T>where T: RefUnwindSafe,
impl<T> !Send for IIterable<T>
impl<T> !Sync for IIterable<T>
impl<T> Unpin for IIterable<T>where T: Unpin,
impl<T> UnwindSafe for IIterable<T>where T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more