pub struct MapperChannel<M, const N: usize>(/* private fields */)
where
M: RawMutex;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, const N: usize> !Freeze for MapperChannel<M, N>
impl<M, const N: usize> !RefUnwindSafe for MapperChannel<M, N>
impl<M, const N: usize> Send for MapperChannel<M, N>where
M: Send,
impl<M, const N: usize> !Sync for MapperChannel<M, N>
impl<M, const N: usize> Unpin for MapperChannel<M, N>where
M: Unpin,
impl<M, const N: usize> UnwindSafe for MapperChannel<M, N>where
M: UnwindSafe,
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