pub struct PIOB { /* private fields */ }Expand description
Parallel Input/Output Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PIOB
impl RefUnwindSafe for PIOB
impl !Sync for PIOB
impl Unpin for PIOB
impl UnwindSafe for PIOB
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