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