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