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