[][src]Struct drone_stm32_map_periph_adc::CAdcCrFields

pub struct CAdcCrFields<T: AdcMap> {
    pub adcaldif: T::CAdcCrAdcaldif,
    pub adcal: T::CAdcCrAdcal,
    pub addis: T::CAdcCrAddis,
    pub aden: T::CAdcCrAden,
    pub adstart: T::CAdcCrAdstart,
    pub adstp: T::CAdcCrAdstp,
    pub advregen: T::CAdcCrAdvregen,
    pub deeppwd: T::CAdcCrDeeppwd,
    pub jadstart: T::CAdcCrJadstart,
    pub jadstp: T::CAdcCrJadstp,
}

Fields

adcaldif: T::CAdcCrAdcaldifadcal: T::CAdcCrAdcaladdis: T::CAdcCrAddisaden: T::CAdcCrAdenadstart: T::CAdcCrAdstartadstp: T::CAdcCrAdstpadvregen: T::CAdcCrAdvregendeeppwd: T::CAdcCrDeeppwdjadstart: T::CAdcCrJadstartjadstp: T::CAdcCrJadstp

Auto Trait Implementations

impl<T> Unpin for CAdcCrFields<T> where
    <T as AdcCrAdcal<T>>::CAdcCrAdcal: Unpin,
    <T as AdcCrAdcaldif<T>>::CAdcCrAdcaldif: Unpin,
    <T as AdcCrAddis<T>>::CAdcCrAddis: Unpin,
    <T as AdcCrAden<T>>::CAdcCrAden: Unpin,
    <T as AdcCrAdstart<T>>::CAdcCrAdstart: Unpin,
    <T as AdcCrAdstp<T>>::CAdcCrAdstp: Unpin,
    <T as AdcCrAdvregen<T>>::CAdcCrAdvregen: Unpin,
    <T as AdcCrDeeppwd<T>>::CAdcCrDeeppwd: Unpin,
    <T as AdcCrJadstart<T>>::CAdcCrJadstart: Unpin,
    <T as AdcCrJadstp<T>>::CAdcCrJadstp: Unpin

impl<T> Send for CAdcCrFields<T> where
    <T as AdcCrAdcal<T>>::CAdcCrAdcal: Send,
    <T as AdcCrAdcaldif<T>>::CAdcCrAdcaldif: Send,
    <T as AdcCrAddis<T>>::CAdcCrAddis: Send,
    <T as AdcCrAden<T>>::CAdcCrAden: Send,
    <T as AdcCrAdstart<T>>::CAdcCrAdstart: Send,
    <T as AdcCrAdstp<T>>::CAdcCrAdstp: Send,
    <T as AdcCrAdvregen<T>>::CAdcCrAdvregen: Send,
    <T as AdcCrDeeppwd<T>>::CAdcCrDeeppwd: Send,
    <T as AdcCrJadstart<T>>::CAdcCrJadstart: Send,
    <T as AdcCrJadstp<T>>::CAdcCrJadstp: Send

impl<T> Sync for CAdcCrFields<T> where
    <T as AdcCrAdcal<T>>::CAdcCrAdcal: Sync,
    <T as AdcCrAdcaldif<T>>::CAdcCrAdcaldif: Sync,
    <T as AdcCrAddis<T>>::CAdcCrAddis: Sync,
    <T as AdcCrAden<T>>::CAdcCrAden: Sync,
    <T as AdcCrAdstart<T>>::CAdcCrAdstart: Sync,
    <T as AdcCrAdstp<T>>::CAdcCrAdstp: Sync,
    <T as AdcCrAdvregen<T>>::CAdcCrAdvregen: Sync,
    <T as AdcCrDeeppwd<T>>::CAdcCrDeeppwd: Sync,
    <T as AdcCrJadstart<T>>::CAdcCrJadstart: Sync,
    <T as AdcCrJadstp<T>>::CAdcCrJadstp: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]