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