[][src]Struct drone_stm32_map_periph_gpio::SGpioAfrhFields

pub struct SGpioAfrhFields<T: GpioPortMap> {
    pub afrh8: T::SGpioAfrhAfrh8,
    pub afrh9: T::SGpioAfrhAfrh9,
    pub afrh10: T::SGpioAfrhAfrh10,
    pub afrh11: T::SGpioAfrhAfrh11,
    pub afrh12: T::SGpioAfrhAfrh12,
    pub afrh13: T::SGpioAfrhAfrh13,
    pub afrh14: T::SGpioAfrhAfrh14,
    pub afrh15: T::SGpioAfrhAfrh15,
}

Fields

afrh8: T::SGpioAfrhAfrh8afrh9: T::SGpioAfrhAfrh9afrh10: T::SGpioAfrhAfrh10afrh11: T::SGpioAfrhAfrh11afrh12: T::SGpioAfrhAfrh12afrh13: T::SGpioAfrhAfrh13afrh14: T::SGpioAfrhAfrh14afrh15: T::SGpioAfrhAfrh15

Auto Trait Implementations

impl<T> Unpin for SGpioAfrhFields<T> where
    <T as GpioAfrhAfrh10<T>>::SGpioAfrhAfrh10: Unpin,
    <T as GpioAfrhAfrh11<T>>::SGpioAfrhAfrh11: Unpin,
    <T as GpioAfrhAfrh12<T>>::SGpioAfrhAfrh12: Unpin,
    <T as GpioAfrhAfrh13<T>>::SGpioAfrhAfrh13: Unpin,
    <T as GpioAfrhAfrh14<T>>::SGpioAfrhAfrh14: Unpin,
    <T as GpioAfrhAfrh15<T>>::SGpioAfrhAfrh15: Unpin,
    <T as GpioAfrhAfrh8<T>>::SGpioAfrhAfrh8: Unpin,
    <T as GpioAfrhAfrh9<T>>::SGpioAfrhAfrh9: Unpin

impl<T> Send for SGpioAfrhFields<T> where
    <T as GpioAfrhAfrh10<T>>::SGpioAfrhAfrh10: Send,
    <T as GpioAfrhAfrh11<T>>::SGpioAfrhAfrh11: Send,
    <T as GpioAfrhAfrh12<T>>::SGpioAfrhAfrh12: Send,
    <T as GpioAfrhAfrh13<T>>::SGpioAfrhAfrh13: Send,
    <T as GpioAfrhAfrh14<T>>::SGpioAfrhAfrh14: Send,
    <T as GpioAfrhAfrh15<T>>::SGpioAfrhAfrh15: Send,
    <T as GpioAfrhAfrh8<T>>::SGpioAfrhAfrh8: Send,
    <T as GpioAfrhAfrh9<T>>::SGpioAfrhAfrh9: Send

impl<T> Sync for SGpioAfrhFields<T> where
    <T as GpioAfrhAfrh10<T>>::SGpioAfrhAfrh10: Sync,
    <T as GpioAfrhAfrh11<T>>::SGpioAfrhAfrh11: Sync,
    <T as GpioAfrhAfrh12<T>>::SGpioAfrhAfrh12: Sync,
    <T as GpioAfrhAfrh13<T>>::SGpioAfrhAfrh13: Sync,
    <T as GpioAfrhAfrh14<T>>::SGpioAfrhAfrh14: Sync,
    <T as GpioAfrhAfrh15<T>>::SGpioAfrhAfrh15: Sync,
    <T as GpioAfrhAfrh8<T>>::SGpioAfrhAfrh8: Sync,
    <T as GpioAfrhAfrh9<T>>::SGpioAfrhAfrh9: 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]