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