Struct pipewire_wrapper::spa::pod::iterator::AllocatedPodValueIterator    
source · pub struct AllocatedPodValueIterator<E: PodRawValue> { /* private fields */ }Implementations§
source§impl<E: PodRawValue> AllocatedPodValueIterator<E>
 
impl<E: PodRawValue> AllocatedPodValueIterator<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for AllocatedPodValueIterator<E>where <E as PodRawValue>::RawValue: RefUnwindSafe,
impl<E> Send for AllocatedPodValueIterator<E>where <E as PodRawValue>::RawValue: Send,
impl<E> Sync for AllocatedPodValueIterator<E>where <E as PodRawValue>::RawValue: Sync,
impl<E> Unpin for AllocatedPodValueIterator<E>where <E as PodRawValue>::RawValue: Unpin,
impl<E> UnwindSafe for AllocatedPodValueIterator<E>where <E as PodRawValue>::RawValue: 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