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