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§
impl Freeze for Sdadc
impl RefUnwindSafe for Sdadc
impl Unpin for Sdadc
impl UnsafeUnpin for Sdadc
impl UnwindSafe for Sdadc
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