Struct wireplumber_sys::WpIterator
source · #[repr(C)]pub struct WpIterator { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WpIterator
impl RefUnwindSafe for WpIterator
impl !Send for WpIterator
impl !Sync for WpIterator
impl !Unpin for WpIterator
impl UnwindSafe for WpIterator
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