[][src]Struct drone_stm32_map_periph_adc::SAdcTr1Fields

pub struct SAdcTr1Fields<T: AdcMap> {
    pub ht1: T::SAdcTr1Ht1,
    pub lt1: T::SAdcTr1Lt1,
}

Fields

ht1: T::SAdcTr1Ht1lt1: T::SAdcTr1Lt1

Auto Trait Implementations

impl<T> Unpin for SAdcTr1Fields<T> where
    <T as AdcTr1Ht1<T>>::SAdcTr1Ht1: Unpin,
    <T as AdcTr1Lt1<T>>::SAdcTr1Lt1: Unpin

impl<T> Send for SAdcTr1Fields<T> where
    <T as AdcTr1Ht1<T>>::SAdcTr1Ht1: Send,
    <T as AdcTr1Lt1<T>>::SAdcTr1Lt1: Send

impl<T> Sync for SAdcTr1Fields<T> where
    <T as AdcTr1Ht1<T>>::SAdcTr1Ht1: Sync,
    <T as AdcTr1Lt1<T>>::SAdcTr1Lt1: 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]