pub struct GPIP { /* private fields */ }Expand description
General purpose DAC/ADC/ACOMP interface control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIP
impl RefUnwindSafe for GPIP
impl !Sync for GPIP
impl Unpin for GPIP
impl UnwindSafe for GPIP
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