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