Struct PN4
pub struct PN4 { /* private fields */ }
Expand description
PN4 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for PN4
impl Peripheral for PN4
Auto Trait Implementations§
impl Freeze for PN4
impl RefUnwindSafe for PN4
impl Send for PN4
impl Sync for PN4
impl Unpin for PN4
impl UnwindSafe for PN4
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