[][src]Struct drone_stm32_map_periph_adc::SAdcSqr1Fields

pub struct SAdcSqr1Fields<T: AdcMap> {
    pub l: T::SAdcSqr1L,
    pub sq1: T::SAdcSqr1Sq1,
    pub sq2: T::SAdcSqr1Sq2,
    pub sq3: T::SAdcSqr1Sq3,
    pub sq4: T::SAdcSqr1Sq4,
}

Fields

l: T::SAdcSqr1Lsq1: T::SAdcSqr1Sq1sq2: T::SAdcSqr1Sq2sq3: T::SAdcSqr1Sq3sq4: T::SAdcSqr1Sq4

Auto Trait Implementations

impl<T> Unpin for SAdcSqr1Fields<T> where
    <T as AdcSqr1L<T>>::SAdcSqr1L: Unpin,
    <T as AdcSqr1Sq1<T>>::SAdcSqr1Sq1: Unpin,
    <T as AdcSqr1Sq2<T>>::SAdcSqr1Sq2: Unpin,
    <T as AdcSqr1Sq3<T>>::SAdcSqr1Sq3: Unpin,
    <T as AdcSqr1Sq4<T>>::SAdcSqr1Sq4: Unpin

impl<T> Send for SAdcSqr1Fields<T> where
    <T as AdcSqr1L<T>>::SAdcSqr1L: Send,
    <T as AdcSqr1Sq1<T>>::SAdcSqr1Sq1: Send,
    <T as AdcSqr1Sq2<T>>::SAdcSqr1Sq2: Send,
    <T as AdcSqr1Sq3<T>>::SAdcSqr1Sq3: Send,
    <T as AdcSqr1Sq4<T>>::SAdcSqr1Sq4: Send

impl<T> Sync for SAdcSqr1Fields<T> where
    <T as AdcSqr1L<T>>::SAdcSqr1L: Sync,
    <T as AdcSqr1Sq1<T>>::SAdcSqr1Sq1: Sync,
    <T as AdcSqr1Sq2<T>>::SAdcSqr1Sq2: Sync,
    <T as AdcSqr1Sq3<T>>::SAdcSqr1Sq3: Sync,
    <T as AdcSqr1Sq4<T>>::SAdcSqr1Sq4: 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]