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