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