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