Struct ADC345_COMMON
pub struct ADC345_COMMON { /* private fields */ }
Expand description
ADC345_COMMON peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for ADC345_COMMON
impl Peripheral for ADC345_COMMON
source§type P = ADC345_COMMON
type P = ADC345_COMMON
Peripheral singleton type
source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for ADC345_COMMON
impl RefUnwindSafe for ADC345_COMMON
impl Send for ADC345_COMMON
impl Sync for ADC345_COMMON
impl Unpin for ADC345_COMMON
impl UnwindSafe for ADC345_COMMON
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