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