pub struct IpccChannel<'a> { /* private fields */ }Expand description
IPCC Channel
Implementations§
Source§impl<'a> IpccChannel<'a>
impl<'a> IpccChannel<'a>
Sourcepub const fn split(self) -> (IpccTxChannel<'a>, IpccRxChannel<'a>)
pub const fn split(self) -> (IpccTxChannel<'a>, IpccRxChannel<'a>)
Split into a tx and rx channel
Auto Trait Implementations§
impl<'a> Freeze for IpccChannel<'a>
impl<'a> RefUnwindSafe for IpccChannel<'a>
impl<'a> Send for IpccChannel<'a>
impl<'a> Sync for IpccChannel<'a>
impl<'a> Unpin for IpccChannel<'a>
impl<'a> !UnwindSafe for IpccChannel<'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