pub struct PooledEgress<const LANE_COUNT: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<const LANE_COUNT: usize> Default for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> Default for PooledEgress<LANE_COUNT>
Source§impl<const LANE_COUNT: usize> ManifoldEgress for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> ManifoldEgress for PooledEgress<LANE_COUNT>
fn enqueue(&mut self, target: InterfaceId, bytes: &[u8]) -> EgressOutcome
fn enqueue_broadcast( &mut self, supervisor: InterfaceKind, fan: FanTarget, bytes: &[u8], ) -> EgressOutcome
fn lane_for(&self, target: InterfaceId) -> Option<InterfaceId>
fn fleet_lane(&self, supervisor: InterfaceKind) -> Option<InterfaceId>
Auto Trait Implementations§
impl<const LANE_COUNT: usize> !RefUnwindSafe for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> !Sync for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> !UnwindSafe for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> Freeze for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> Send for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> Unpin for PooledEgress<LANE_COUNT>
impl<const LANE_COUNT: usize> UnsafeUnpin for PooledEgress<LANE_COUNT>
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