pub struct ADC4_COMMON { /* private fields */ }
Expand description
ADC4_COMMON peripheral
Implementations§
Trait Implementations§
Source§impl Clone for ADC4_COMMON
impl Clone for ADC4_COMMON
impl Copy for ADC4_COMMON
impl PeripheralType for ADC4_COMMON
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