pub struct ReleaseToken<USART, PINS> { /* private fields */ }
Expand description
Stores data for release
Auto Trait Implementations§
impl<USART, PINS> Freeze for ReleaseToken<USART, PINS>
impl<USART, PINS> RefUnwindSafe for ReleaseToken<USART, PINS>where
USART: RefUnwindSafe,
PINS: RefUnwindSafe,
impl<USART, PINS> Send for ReleaseToken<USART, PINS>
impl<USART, PINS> Sync for ReleaseToken<USART, PINS>
impl<USART, PINS> Unpin for ReleaseToken<USART, PINS>
impl<USART, PINS> UnwindSafe for ReleaseToken<USART, PINS>where
USART: UnwindSafe,
PINS: 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