Struct Sdadc
pub struct Sdadc { /* private fields */ }
Expand description
Sigma-delta analog-to-digital converter.
Implementations§
Trait Implementations§
impl Copy for Sdadc
impl Eq for Sdadc
impl Send for Sdadc
impl StructuralPartialEq for Sdadc
impl Sync for Sdadc
Auto Trait Implementations§
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