pub struct PUCRA { /* private fields */ }
Expand description
Power Port A pull-up control register
Implementations§
Auto Trait Implementations§
impl !Freeze for PUCRA
impl !RefUnwindSafe for PUCRA
impl Send for PUCRA
impl !Sync for PUCRA
impl Unpin for PUCRA
impl UnwindSafe for PUCRA
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