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