pub struct GelChannel<T: RingMem = GpadlRingMem> { /* private fields */ }
Expand description
The GEL task.
Auto Trait Implementations§
impl<T> Freeze for GelChannel<T>where
T: Freeze,
impl<T = GpadlRingMem> !RefUnwindSafe for GelChannel<T>
impl<T> Send for GelChannel<T>
impl<T> Sync for GelChannel<T>where
T: Sync,
impl<T> Unpin for GelChannel<T>where
T: Unpin,
impl<T = GpadlRingMem> !UnwindSafe for GelChannel<T>
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