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