Struct scheduler::thread_per_core::HostIter
source · pub struct HostIter<'a, HostType: Host> { /* private fields */ }
Expand description
Supports iterating over all hosts assigned to this thread. For this thread-per-core scheduler, the iterator may steal hosts from other threads.
Implementations§
Auto Trait Implementations§
impl<'a, HostType> Freeze for HostIter<'a, HostType>
impl<'a, HostType> RefUnwindSafe for HostIter<'a, HostType>
impl<'a, HostType> Send for HostIter<'a, HostType>
impl<'a, HostType> Sync for HostIter<'a, HostType>
impl<'a, HostType> Unpin for HostIter<'a, HostType>
impl<'a, HostType> UnwindSafe for HostIter<'a, HostType>
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