pub struct BusSystemBuilder<ChannelId, MSG, const STACK_SIZE: usize> { /* private fields */ }Implementations§
Source§impl<ChannelId, MSG, const STACK_SIZE: usize> BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
pub fn new_worker(&mut self) -> BusWorker<ChannelId, MSG, STACK_SIZE>
Trait Implementations§
Source§impl<ChannelId, MSG: Clone, const STACK_SIZE: usize> BusSendMultiFeature<MSG> for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG: Clone, const STACK_SIZE: usize> BusSendMultiFeature<MSG> for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
Source§impl<ChannelId, MSG, const STACK_SIZE: usize> BusSendSingleFeature<MSG> for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> BusSendSingleFeature<MSG> for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
Auto Trait Implementations§
impl<ChannelId, MSG, const STACK_SIZE: usize> Freeze for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> !RefUnwindSafe for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> Send for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> Sync for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> Unpin for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> !UnwindSafe for BusSystemBuilder<ChannelId, MSG, STACK_SIZE>
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