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