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