Struct PN9
pub struct PN9 { /* private fields */ }
Expand description
PN9 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for PN9
impl Peripheral for PN9
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