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