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