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