pub struct TxLoop<U: Umem> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<U> !Sync for TxLoop<U>
impl<U> Freeze for TxLoop<U>where
U: Freeze,
impl<U> RefUnwindSafe for TxLoop<U>
impl<U> Send for TxLoop<U>
impl<U> Unpin for TxLoop<U>
impl<U> UnsafeUnpin for TxLoop<U>where
U: UnsafeUnpin,
impl<U> UnwindSafe for TxLoop<U>
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