pub struct CoreWebView2HttpHeadersCollectionIterator(/* private fields */);
Implementations§
Source§impl CoreWebView2HttpHeadersCollectionIterator
impl CoreWebView2HttpHeadersCollectionIterator
pub fn Current(&self) -> Result<IKeyValuePair<HString, HString>>
pub fn HasCurrent(&self) -> Result<bool>
pub fn MoveNext(&self) -> Result<bool>
pub fn GetMany( &self, items: &mut [<IKeyValuePair<HString, HString> as RuntimeType>::DefaultType], ) -> Result<u32>
Trait Implementations§
Source§impl Clone for CoreWebView2HttpHeadersCollectionIterator
impl Clone for CoreWebView2HttpHeadersCollectionIterator
Source§fn clone(&self) -> CoreWebView2HttpHeadersCollectionIterator
fn clone(&self) -> CoreWebView2HttpHeadersCollectionIterator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&CoreWebView2HttpHeadersCollectionIterator> for IIterator<IKeyValuePair<HString, HString>>
impl From<&CoreWebView2HttpHeadersCollectionIterator> for IIterator<IKeyValuePair<HString, HString>>
Source§fn from(value: &CoreWebView2HttpHeadersCollectionIterator) -> Self
fn from(value: &CoreWebView2HttpHeadersCollectionIterator) -> Self
Converts to this type from the input type.
Source§impl From<&CoreWebView2HttpHeadersCollectionIterator> for Object
impl From<&CoreWebView2HttpHeadersCollectionIterator> for Object
Source§fn from(value: &CoreWebView2HttpHeadersCollectionIterator) -> Self
fn from(value: &CoreWebView2HttpHeadersCollectionIterator) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2HttpHeadersCollectionIterator> for IIterator<IKeyValuePair<HString, HString>>
impl From<CoreWebView2HttpHeadersCollectionIterator> for IIterator<IKeyValuePair<HString, HString>>
Source§fn from(value: CoreWebView2HttpHeadersCollectionIterator) -> Self
fn from(value: CoreWebView2HttpHeadersCollectionIterator) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2HttpHeadersCollectionIterator> for Object
impl From<CoreWebView2HttpHeadersCollectionIterator> for Object
Source§fn from(value: CoreWebView2HttpHeadersCollectionIterator) -> Self
fn from(value: CoreWebView2HttpHeadersCollectionIterator) -> Self
Converts to this type from the input type.
Source§impl Interface for CoreWebView2HttpHeadersCollectionIterator
impl Interface for CoreWebView2HttpHeadersCollectionIterator
const IID: Guid
type Vtable = ICoreWebView2HttpHeadersCollectionIterator_abi
Source§impl<'a> IntoParam<'a, IIterator<IKeyValuePair<HString, HString>>> for &'a CoreWebView2HttpHeadersCollectionIterator
impl<'a> IntoParam<'a, IIterator<IKeyValuePair<HString, HString>>> for &'a CoreWebView2HttpHeadersCollectionIterator
fn into_param(self) -> Param<'a, IIterator<IKeyValuePair<HString, HString>>>
Source§impl<'a> IntoParam<'a, IIterator<IKeyValuePair<HString, HString>>> for CoreWebView2HttpHeadersCollectionIterator
impl<'a> IntoParam<'a, IIterator<IKeyValuePair<HString, HString>>> for CoreWebView2HttpHeadersCollectionIterator
fn into_param(self) -> Param<'a, IIterator<IKeyValuePair<HString, HString>>>
Source§impl<'a> IntoParam<'a, Object> for &'a CoreWebView2HttpHeadersCollectionIterator
impl<'a> IntoParam<'a, Object> for &'a CoreWebView2HttpHeadersCollectionIterator
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for CoreWebView2HttpHeadersCollectionIterator
impl<'a> IntoParam<'a, Object> for CoreWebView2HttpHeadersCollectionIterator
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for CoreWebView2HttpHeadersCollectionIterator
impl PartialEq for CoreWebView2HttpHeadersCollectionIterator
Source§fn eq(&self, other: &CoreWebView2HttpHeadersCollectionIterator) -> bool
fn eq(&self, other: &CoreWebView2HttpHeadersCollectionIterator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for CoreWebView2HttpHeadersCollectionIterator
impl Send for CoreWebView2HttpHeadersCollectionIterator
impl StructuralPartialEq for CoreWebView2HttpHeadersCollectionIterator
impl Sync for CoreWebView2HttpHeadersCollectionIterator
Auto Trait Implementations§
impl Freeze for CoreWebView2HttpHeadersCollectionIterator
impl RefUnwindSafe for CoreWebView2HttpHeadersCollectionIterator
impl Unpin for CoreWebView2HttpHeadersCollectionIterator
impl UnwindSafe for CoreWebView2HttpHeadersCollectionIterator
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