pub struct NeighborPins;Expand description
CHINSEL = 1, pins live on M::Next’s slot
Trait Implementations§
Source§impl PinSource for NeighborPins
impl PinSource for NeighborPins
Source§const FROM_NEIGHBOR: bool = true
const FROM_NEIGHBOR: bool = true
Consume the next transceiver’s pins instead of this transceiver’s own.
Auto Trait Implementations§
impl Freeze for NeighborPins
impl RefUnwindSafe for NeighborPins
impl Send for NeighborPins
impl Sync for NeighborPins
impl Unpin for NeighborPins
impl UnsafeUnpin for NeighborPins
impl UnwindSafe for NeighborPins
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