Struct pipewire_wrapper::spa::pod::iterator::AllocatedPodIterator
source · #[repr(transparent)]pub struct AllocatedPodIterator<E: SizedPod> { /* private fields */ }
Implementations§
source§impl<E: SizedPod> AllocatedPodIterator<E>
impl<E: SizedPod> AllocatedPodIterator<E>
pub fn iter(&self) -> PodIterator<'_, E> ⓘ
source§impl<'a, E> AllocatedPodIterator<E>where
E: 'a + SizedPod,
&'a E: WritePod,
impl<'a, E> AllocatedPodIterator<E>where E: 'a + SizedPod, &'a E: WritePod,
pub fn from_values( values: impl IntoIterator<Item = &'a <&'a E as PodValue>::Value> ) -> Result<Self, PodError>
Auto Trait Implementations§
impl<E> RefUnwindSafe for AllocatedPodIterator<E>where E: RefUnwindSafe,
impl<E> Send for AllocatedPodIterator<E>where E: Send,
impl<E> Sync for AllocatedPodIterator<E>where E: Sync,
impl<E> Unpin for AllocatedPodIterator<E>where E: Unpin,
impl<E> UnwindSafe for AllocatedPodIterator<E>where E: 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