pub struct RxToken<'a, M: MacPeripheral> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a, M> Freeze for RxToken<'a, M>
impl<'a, M> RefUnwindSafe for RxToken<'a, M>where
M: RefUnwindSafe,
impl<'a, M> !Send for RxToken<'a, M>
impl<'a, M> !Sync for RxToken<'a, M>
impl<'a, M> Unpin for RxToken<'a, M>
impl<'a, M> UnwindSafe for RxToken<'a, M>where
M: RefUnwindSafe,
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