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