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