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