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