[][src]Struct drone_stm32_map_periph_adc::SAdcTr3Fields

pub struct SAdcTr3Fields<T: AdcMap> {
    pub ht3: T::SAdcTr3Ht3,
    pub lt3: T::SAdcTr3Lt3,
}

Fields

ht3: T::SAdcTr3Ht3lt3: T::SAdcTr3Lt3

Auto Trait Implementations

impl<T> Unpin for SAdcTr3Fields<T> where
    <T as AdcTr3Ht3<T>>::SAdcTr3Ht3: Unpin,
    <T as AdcTr3Lt3<T>>::SAdcTr3Lt3: Unpin

impl<T> Send for SAdcTr3Fields<T> where
    <T as AdcTr3Ht3<T>>::SAdcTr3Ht3: Send,
    <T as AdcTr3Lt3<T>>::SAdcTr3Lt3: Send

impl<T> Sync for SAdcTr3Fields<T> where
    <T as AdcTr3Ht3<T>>::SAdcTr3Ht3: Sync,
    <T as AdcTr3Lt3<T>>::SAdcTr3Lt3: 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]