[][src]Struct drone_stm32_map_periph_gpio::CGpioAscrFields

pub struct CGpioAscrFields<T: GpioAscr> {
    pub asc0: T::CGpioAscrAsc0,
    pub asc1: T::CGpioAscrAsc1,
    pub asc2: T::CGpioAscrAsc2,
    pub asc3: T::CGpioAscrAsc3,
    pub asc4: T::CGpioAscrAsc4,
    pub asc5: T::CGpioAscrAsc5,
    pub asc6: T::CGpioAscrAsc6,
    pub asc7: T::CGpioAscrAsc7,
    pub asc8: T::CGpioAscrAsc8,
    pub asc9: T::CGpioAscrAsc9,
    pub asc10: T::CGpioAscrAsc10,
    pub asc11: T::CGpioAscrAsc11,
    pub asc12: T::CGpioAscrAsc12,
    pub asc13: T::CGpioAscrAsc13,
    pub asc14: T::CGpioAscrAsc14,
    pub asc15: T::CGpioAscrAsc15,
}

Fields

asc0: T::CGpioAscrAsc0asc1: T::CGpioAscrAsc1asc2: T::CGpioAscrAsc2asc3: T::CGpioAscrAsc3asc4: T::CGpioAscrAsc4asc5: T::CGpioAscrAsc5asc6: T::CGpioAscrAsc6asc7: T::CGpioAscrAsc7asc8: T::CGpioAscrAsc8asc9: T::CGpioAscrAsc9asc10: T::CGpioAscrAsc10asc11: T::CGpioAscrAsc11asc12: T::CGpioAscrAsc12asc13: T::CGpioAscrAsc13asc14: T::CGpioAscrAsc14asc15: T::CGpioAscrAsc15

Auto Trait Implementations

impl<T> Unpin for CGpioAscrFields<T> where
    <T as GpioAscrAsc0<T>>::CGpioAscrAsc0: Unpin,
    <T as GpioAscrAsc1<T>>::CGpioAscrAsc1: Unpin,
    <T as GpioAscrAsc10<T>>::CGpioAscrAsc10: Unpin,
    <T as GpioAscrAsc11<T>>::CGpioAscrAsc11: Unpin,
    <T as GpioAscrAsc12<T>>::CGpioAscrAsc12: Unpin,
    <T as GpioAscrAsc13<T>>::CGpioAscrAsc13: Unpin,
    <T as GpioAscrAsc14<T>>::CGpioAscrAsc14: Unpin,
    <T as GpioAscrAsc15<T>>::CGpioAscrAsc15: Unpin,
    <T as GpioAscrAsc2<T>>::CGpioAscrAsc2: Unpin,
    <T as GpioAscrAsc3<T>>::CGpioAscrAsc3: Unpin,
    <T as GpioAscrAsc4<T>>::CGpioAscrAsc4: Unpin,
    <T as GpioAscrAsc5<T>>::CGpioAscrAsc5: Unpin,
    <T as GpioAscrAsc6<T>>::CGpioAscrAsc6: Unpin,
    <T as GpioAscrAsc7<T>>::CGpioAscrAsc7: Unpin,
    <T as GpioAscrAsc8<T>>::CGpioAscrAsc8: Unpin,
    <T as GpioAscrAsc9<T>>::CGpioAscrAsc9: Unpin

impl<T> Send for CGpioAscrFields<T> where
    <T as GpioAscrAsc0<T>>::CGpioAscrAsc0: Send,
    <T as GpioAscrAsc1<T>>::CGpioAscrAsc1: Send,
    <T as GpioAscrAsc10<T>>::CGpioAscrAsc10: Send,
    <T as GpioAscrAsc11<T>>::CGpioAscrAsc11: Send,
    <T as GpioAscrAsc12<T>>::CGpioAscrAsc12: Send,
    <T as GpioAscrAsc13<T>>::CGpioAscrAsc13: Send,
    <T as GpioAscrAsc14<T>>::CGpioAscrAsc14: Send,
    <T as GpioAscrAsc15<T>>::CGpioAscrAsc15: Send,
    <T as GpioAscrAsc2<T>>::CGpioAscrAsc2: Send,
    <T as GpioAscrAsc3<T>>::CGpioAscrAsc3: Send,
    <T as GpioAscrAsc4<T>>::CGpioAscrAsc4: Send,
    <T as GpioAscrAsc5<T>>::CGpioAscrAsc5: Send,
    <T as GpioAscrAsc6<T>>::CGpioAscrAsc6: Send,
    <T as GpioAscrAsc7<T>>::CGpioAscrAsc7: Send,
    <T as GpioAscrAsc8<T>>::CGpioAscrAsc8: Send,
    <T as GpioAscrAsc9<T>>::CGpioAscrAsc9: Send

impl<T> Sync for CGpioAscrFields<T> where
    <T as GpioAscrAsc0<T>>::CGpioAscrAsc0: Sync,
    <T as GpioAscrAsc1<T>>::CGpioAscrAsc1: Sync,
    <T as GpioAscrAsc10<T>>::CGpioAscrAsc10: Sync,
    <T as GpioAscrAsc11<T>>::CGpioAscrAsc11: Sync,
    <T as GpioAscrAsc12<T>>::CGpioAscrAsc12: Sync,
    <T as GpioAscrAsc13<T>>::CGpioAscrAsc13: Sync,
    <T as GpioAscrAsc14<T>>::CGpioAscrAsc14: Sync,
    <T as GpioAscrAsc15<T>>::CGpioAscrAsc15: Sync,
    <T as GpioAscrAsc2<T>>::CGpioAscrAsc2: Sync,
    <T as GpioAscrAsc3<T>>::CGpioAscrAsc3: Sync,
    <T as GpioAscrAsc4<T>>::CGpioAscrAsc4: Sync,
    <T as GpioAscrAsc5<T>>::CGpioAscrAsc5: Sync,
    <T as GpioAscrAsc6<T>>::CGpioAscrAsc6: Sync,
    <T as GpioAscrAsc7<T>>::CGpioAscrAsc7: Sync,
    <T as GpioAscrAsc8<T>>::CGpioAscrAsc8: Sync,
    <T as GpioAscrAsc9<T>>::CGpioAscrAsc9: 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]