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