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