pub struct NoPinsCfg;Expand description
Pin token: the transceiver gets no pins. Valid in any slot.
Trait Implementations§
Source§impl<'d, T: Instance, M: TransceiverMarker> ChannelCfg<'d, T, M> for NoPinsCfg
impl<'d, T: Instance, M: TransceiverMarker> ChannelCfg<'d, T, M> for NoPinsCfg
Auto Trait Implementations§
impl Freeze for NoPinsCfg
impl RefUnwindSafe for NoPinsCfg
impl Send for NoPinsCfg
impl Sync for NoPinsCfg
impl Unpin for NoPinsCfg
impl UnsafeUnpin for NoPinsCfg
impl UnwindSafe for NoPinsCfg
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