pub struct PP { /* private fields */ }Expand description
GPTM Peripheral Properties
Implementations§
Auto Trait Implementations§
impl !Freeze for PP
impl !RefUnwindSafe for PP
impl Send for PP
impl !Sync for PP
impl Unpin for PP
impl UnwindSafe for PP
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