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