Struct wick_packet::OutputIterator
source · pub struct OutputIterator<'a> { /* private fields */ }
Expand description
Iterator over a mutable set of output ports
Implementations§
source§impl<'a> OutputIterator<'a>
impl<'a> OutputIterator<'a>
sourcepub fn new(outputs: Vec<&'a mut dyn Port>) -> Self
pub fn new(outputs: Vec<&'a mut dyn Port>) -> Self
Create a new OutputIterator
Trait Implementations§
source§impl<'a> Debug for OutputIterator<'a>
impl<'a> Debug for OutputIterator<'a>
source§impl<'a> IntoIterator for OutputIterator<'a>
impl<'a> IntoIterator for OutputIterator<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for OutputIterator<'a>
impl<'a> Send for OutputIterator<'a>
impl<'a> !Sync for OutputIterator<'a>
impl<'a> Unpin for OutputIterator<'a>
impl<'a> !UnwindSafe for OutputIterator<'a>
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