Struct wireplumber::util::IntoValueIterator
source · pub struct IntoValueIterator<T> { /* private fields */ }
Implementations§
source§impl<T> IntoValueIterator<T>
impl<T> IntoValueIterator<T>
pub fn with_inner(iter: WpIterator) -> Self
pub fn into_value_iterator(self) -> ValueIterator<T> ⓘ
pub fn upcast<U: ObjectType>(self) -> IntoValueIterator<U>where
T: IsA<U>,
pub fn into_inner(self) -> WpIterator ⓘ
pub fn inner(&self) -> &WpIterator ⓘ
Trait Implementations§
source§impl<T: StaticType> Debug for IntoValueIterator<T>
impl<T: StaticType> Debug for IntoValueIterator<T>
source§impl<T: StaticType> Default for IntoValueIterator<T>
impl<T: StaticType> Default for IntoValueIterator<T>
source§impl<T> From<IntoValueIterator<T>> for ValueIterator<T>
impl<T> From<IntoValueIterator<T>> for ValueIterator<T>
source§fn from(iter: IntoValueIterator<T>) -> ValueIterator<T> ⓘ
fn from(iter: IntoValueIterator<T>) -> ValueIterator<T> ⓘ
Converts to this type from the input type.
source§impl<T: Hash> Hash for IntoValueIterator<T>
impl<T: Hash> Hash for IntoValueIterator<T>
source§impl<T: for<'v> FromValue<'v>> IntoIterator for IntoValueIterator<T>
impl<T: for<'v> FromValue<'v>> IntoIterator for IntoValueIterator<T>
source§impl<T: Ord> Ord for IntoValueIterator<T>
impl<T: Ord> Ord for IntoValueIterator<T>
source§fn cmp(&self, other: &IntoValueIterator<T>) -> Ordering
fn cmp(&self, other: &IntoValueIterator<T>) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<T: PartialEq> PartialEq for IntoValueIterator<T>
impl<T: PartialEq> PartialEq for IntoValueIterator<T>
source§fn eq(&self, other: &IntoValueIterator<T>) -> bool
fn eq(&self, other: &IntoValueIterator<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<T: PartialOrd> PartialOrd for IntoValueIterator<T>
impl<T: PartialOrd> PartialOrd for IntoValueIterator<T>
source§fn partial_cmp(&self, other: &IntoValueIterator<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &IntoValueIterator<T>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T: Eq> Eq for IntoValueIterator<T>
impl<T> StructuralPartialEq for IntoValueIterator<T>
Auto Trait Implementations§
impl<T> Freeze for IntoValueIterator<T>
impl<T> RefUnwindSafe for IntoValueIterator<T>
impl<T> !Send for IntoValueIterator<T>
impl<T> !Sync for IntoValueIterator<T>
impl<T> Unpin for IntoValueIterator<T>
impl<T> UnwindSafe for IntoValueIterator<T>
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