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