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