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