pub struct ShmFanoutTx { /* private fields */ }Expand description
SHM-backed fanout TX lane.
Implementations§
Trait Implementations§
Source§impl LaneTx for ShmFanoutTx
impl LaneTx for ShmFanoutTx
Source§impl LaneTxWith for ShmFanoutTx
impl LaneTxWith for ShmFanoutTx
Auto Trait Implementations§
impl Freeze for ShmFanoutTx
impl !RefUnwindSafe for ShmFanoutTx
impl Send for ShmFanoutTx
impl !Sync for ShmFanoutTx
impl Unpin for ShmFanoutTx
impl !UnwindSafe for ShmFanoutTx
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