Struct windows::Foundation::Collections::IIterable
#[repr(transparent)]pub struct IIterable<T>(_, _)
where
T: RuntimeType + 'static;
Expand description
Required features: "Foundation_Collections"
Implementations§
Trait Implementations§
§impl<T: RuntimeType + 'static> ComInterface for IIterable<T>
impl<T: RuntimeType + 'static> ComInterface for IIterable<T>
fn as_unknown(&self) -> &IUnknown
§impl<T: RuntimeType + 'static> Interface for IIterable<T>
impl<T: RuntimeType + 'static> Interface for IIterable<T>
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: RuntimeType> IntoIterator for &IIterable<T>
impl<T: RuntimeType> IntoIterator for &IIterable<T>
§impl<T: RuntimeType> IntoIterator for IIterable<T>
impl<T: RuntimeType> IntoIterator for IIterable<T>
§impl<T> TryFrom<Vec<<T as Type<T, <T as TypeKind>::TypeKind>>::Default, Global>> for IIterable<T>where
T: RuntimeType,
<T as Type<T>>::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>>::Default: Clone,
impl<T: RuntimeType + 'static> Eq for IIterable<T>
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