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