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