#[repr(C)]pub struct ADC_Common_TypeDef {
pub CCR: u32,
}
Fields§
§CCR: u32
< ADC common configuration register, Address offset: ADC1 base address + 0x308
Trait Implementations§
Source§impl Clone for ADC_Common_TypeDef
impl Clone for ADC_Common_TypeDef
Source§fn clone(&self) -> ADC_Common_TypeDef
fn clone(&self) -> ADC_Common_TypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ADC_Common_TypeDef
impl Debug for ADC_Common_TypeDef
impl Copy for ADC_Common_TypeDef
Auto Trait Implementations§
impl Freeze for ADC_Common_TypeDef
impl RefUnwindSafe for ADC_Common_TypeDef
impl Send for ADC_Common_TypeDef
impl Sync for ADC_Common_TypeDef
impl Unpin for ADC_Common_TypeDef
impl UnwindSafe for ADC_Common_TypeDef
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