Struct nrf52840_pac::PPI
source · pub struct PPI { /* private fields */ }
Expand description
Programmable Peripheral Interconnect
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PPI
impl RefUnwindSafe for PPI
impl !Sync for PPI
impl Unpin for PPI
impl UnwindSafe for PPI
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