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