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