pub struct IIterable<T>(/* private fields */)
where
T: RuntimeType + 'static;
Implementations§
Trait Implementations§
Source§impl From<&CoreWebView2HttpRequestHeaders> for IIterable<IKeyValuePair<HString, HString>>
impl From<&CoreWebView2HttpRequestHeaders> for IIterable<IKeyValuePair<HString, HString>>
Source§fn from(value: &CoreWebView2HttpRequestHeaders) -> Self
fn from(value: &CoreWebView2HttpRequestHeaders) -> Self
Converts to this type from the input type.
Source§impl From<&CoreWebView2HttpResponseHeaders> for IIterable<IKeyValuePair<HString, HString>>
impl From<&CoreWebView2HttpResponseHeaders> for IIterable<IKeyValuePair<HString, HString>>
Source§fn from(value: &CoreWebView2HttpResponseHeaders) -> Self
fn from(value: &CoreWebView2HttpResponseHeaders) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> From<&IVectorView<T>> for IIterable<T>
impl<T: RuntimeType + 'static> From<&IVectorView<T>> for IIterable<T>
Source§fn from(value: &IVectorView<T>) -> Self
fn from(value: &IVectorView<T>) -> Self
Converts to this type from the input type.
Source§impl From<&WwwFormUrlDecoder> for IIterable<IWwwFormUrlDecoderEntry>
impl From<&WwwFormUrlDecoder> for IIterable<IWwwFormUrlDecoderEntry>
Source§fn from(value: &WwwFormUrlDecoder) -> Self
fn from(value: &WwwFormUrlDecoder) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2HttpRequestHeaders> for IIterable<IKeyValuePair<HString, HString>>
impl From<CoreWebView2HttpRequestHeaders> for IIterable<IKeyValuePair<HString, HString>>
Source§fn from(value: CoreWebView2HttpRequestHeaders) -> Self
fn from(value: CoreWebView2HttpRequestHeaders) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2HttpResponseHeaders> for IIterable<IKeyValuePair<HString, HString>>
impl From<CoreWebView2HttpResponseHeaders> for IIterable<IKeyValuePair<HString, HString>>
Source§fn from(value: CoreWebView2HttpResponseHeaders) -> Self
fn from(value: CoreWebView2HttpResponseHeaders) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> From<IVectorView<T>> for IIterable<T>
impl<T: RuntimeType + 'static> From<IVectorView<T>> for IIterable<T>
Source§fn from(value: IVectorView<T>) -> Self
fn from(value: IVectorView<T>) -> Self
Converts to this type from the input type.
Source§impl From<WwwFormUrlDecoder> for IIterable<IWwwFormUrlDecoderEntry>
impl From<WwwFormUrlDecoder> for IIterable<IWwwFormUrlDecoderEntry>
Source§fn from(value: WwwFormUrlDecoder) -> Self
fn from(value: WwwFormUrlDecoder) -> Self
Converts to this type from the input type.
Source§impl<T: RuntimeType + 'static> Interface for IIterable<T>
impl<T: RuntimeType + 'static> Interface for IIterable<T>
const IID: Guid
type Vtable = IIterable_abi<T>
Source§impl<'a, T: RuntimeType> IntoIterator for &'a IIterable<T>
impl<'a, T: RuntimeType> IntoIterator for &'a IIterable<T>
Source§impl<T: RuntimeType> IntoIterator for IIterable<T>
impl<T: RuntimeType> IntoIterator for IIterable<T>
Source§impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for &'a CoreWebView2HttpRequestHeaders
impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for &'a CoreWebView2HttpRequestHeaders
fn into_param(self) -> Param<'a, IIterable<IKeyValuePair<HString, HString>>>
Source§impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for &'a CoreWebView2HttpResponseHeaders
impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for &'a CoreWebView2HttpResponseHeaders
fn into_param(self) -> Param<'a, IIterable<IKeyValuePair<HString, HString>>>
Source§impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for CoreWebView2HttpRequestHeaders
impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for CoreWebView2HttpRequestHeaders
fn into_param(self) -> Param<'a, IIterable<IKeyValuePair<HString, HString>>>
Source§impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for CoreWebView2HttpResponseHeaders
impl<'a> IntoParam<'a, IIterable<IKeyValuePair<HString, HString>>> for CoreWebView2HttpResponseHeaders
fn into_param(self) -> Param<'a, IIterable<IKeyValuePair<HString, HString>>>
Source§impl<'a> IntoParam<'a, IIterable<IWwwFormUrlDecoderEntry>> for &'a WwwFormUrlDecoder
impl<'a> IntoParam<'a, IIterable<IWwwFormUrlDecoderEntry>> for &'a WwwFormUrlDecoder
fn into_param(self) -> Param<'a, IIterable<IWwwFormUrlDecoderEntry>>
Source§impl<'a> IntoParam<'a, IIterable<IWwwFormUrlDecoderEntry>> for WwwFormUrlDecoder
impl<'a> IntoParam<'a, IIterable<IWwwFormUrlDecoderEntry>> for WwwFormUrlDecoder
fn into_param(self) -> Param<'a, IIterable<IWwwFormUrlDecoderEntry>>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for &'a IVectorView<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for &'a IVectorView<T>
fn into_param(self) -> Param<'a, IIterable<T>>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for IVectorView<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, IIterable<T>> for IVectorView<T>
fn into_param(self) -> Param<'a, IIterable<T>>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for &'a IIterable<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for &'a IIterable<T>
fn into_param(self) -> Param<'a, Object>
Source§impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for IIterable<T>
impl<'a, T: RuntimeType + 'static> IntoParam<'a, Object> for IIterable<T>
fn into_param(self) -> Param<'a, Object>
Source§impl<T: RuntimeType + 'static> RuntimeType for IIterable<T>
impl<T: RuntimeType + 'static> RuntimeType for IIterable<T>
const SIGNATURE: ConstBuffer
type DefaultType = Option<IIterable<T>>
impl<T> Eq for IIterable<T>where
T: RuntimeType + 'static + Eq,
impl<T> StructuralPartialEq for IIterable<T>where
T: RuntimeType + 'static,
Auto Trait Implementations§
impl<T> Freeze for IIterable<T>
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> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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