pub struct ManifoldWiring<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize>where
M: RawMutex + 'static,{ /* private fields */ }Auto Trait Implementations§
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> !RefUnwindSafe for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> !Sync for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> !UnwindSafe for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> Freeze for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>where
Vec<(InterfaceId, &'static mut dyn ManifoldLaneReader), LANE_COUNT>: Freeze,
PooledEgress<LANE_COUNT>: Freeze,
Vec<InterfaceDescriptor, LANE_COUNT>: Freeze,
Vec<InterfaceIfac, LANE_COUNT>: Freeze,
Receiver<'static, M, InterfaceId, NOTIFY>: Freeze,
Receiver<'static, M, IssuedCommand, COMMANDS>: Freeze,
Receiver<'static, M, InterfaceLifecycle, LIFECYCLE>: Freeze,
PrnsNodeHandle<'static, M, COMMANDS, COMPLETIONS>: Freeze,
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> Send for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>where
Vec<(InterfaceId, &'static mut dyn ManifoldLaneReader), LANE_COUNT>: Send,
PooledEgress<LANE_COUNT>: Send,
Vec<InterfaceDescriptor, LANE_COUNT>: Send,
Vec<InterfaceIfac, LANE_COUNT>: Send,
Receiver<'static, M, InterfaceId, NOTIFY>: Send,
Receiver<'static, M, IssuedCommand, COMMANDS>: Send,
Receiver<'static, M, InterfaceLifecycle, LIFECYCLE>: Send,
PrnsNodeHandle<'static, M, COMMANDS, COMPLETIONS>: Send,
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> Unpin for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>where
Vec<(InterfaceId, &'static mut dyn ManifoldLaneReader), LANE_COUNT>: Unpin,
PooledEgress<LANE_COUNT>: Unpin,
Vec<InterfaceDescriptor, LANE_COUNT>: Unpin,
Vec<InterfaceIfac, LANE_COUNT>: Unpin,
Receiver<'static, M, InterfaceId, NOTIFY>: Unpin,
Receiver<'static, M, IssuedCommand, COMMANDS>: Unpin,
Receiver<'static, M, InterfaceLifecycle, LIFECYCLE>: Unpin,
PrnsNodeHandle<'static, M, COMMANDS, COMPLETIONS>: Unpin,
impl<M, const LANE_COUNT: usize, const NOTIFY: usize, const COMMANDS: usize, const LIFECYCLE: usize, const COMPLETIONS: usize> UnsafeUnpin for ManifoldWiring<M, LANE_COUNT, NOTIFY, COMMANDS, LIFECYCLE, COMPLETIONS>where
Vec<(InterfaceId, &'static mut dyn ManifoldLaneReader), LANE_COUNT>: UnsafeUnpin,
PooledEgress<LANE_COUNT>: UnsafeUnpin,
Vec<InterfaceDescriptor, LANE_COUNT>: UnsafeUnpin,
Vec<InterfaceIfac, LANE_COUNT>: UnsafeUnpin,
Receiver<'static, M, InterfaceId, NOTIFY>: UnsafeUnpin,
Receiver<'static, M, IssuedCommand, COMMANDS>: UnsafeUnpin,
Receiver<'static, M, InterfaceLifecycle, LIFECYCLE>: UnsafeUnpin,
PrnsNodeHandle<'static, M, COMMANDS, COMPLETIONS>: UnsafeUnpin,
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