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