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