Struct ADC4_COMMON
pub struct ADC4_COMMON { /* private fields */ }
Expand description
ADC4_COMMON peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for ADC4_COMMON
impl Peripheral for ADC4_COMMON
source§type P = ADC4_COMMON
type P = ADC4_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 ADC4_COMMON
impl RefUnwindSafe for ADC4_COMMON
impl Send for ADC4_COMMON
impl Sync for ADC4_COMMON
impl Unpin for ADC4_COMMON
impl UnwindSafe for ADC4_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