pub struct MG { /* private fields */ }Expand description
ADC Minus-Side Gain Register
Implementations§
Auto Trait Implementations§
impl !Freeze for MG
impl !RefUnwindSafe for MG
impl Send for MG
impl !Sync for MG
impl Unpin for MG
impl UnwindSafe for MG
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