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