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