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