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