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