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