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