Struct stm32_metapac::adccommon::AdcCommon
pub struct AdcCommon { /* private fields */ }
Expand description
Analog-to-Digital Converter
Implementations§
Trait Implementations§
impl Copy for AdcCommon
impl Eq for AdcCommon
impl Send for AdcCommon
impl StructuralEq for AdcCommon
impl StructuralPartialEq for AdcCommon
impl Sync for AdcCommon
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