[][src]Struct drone_stm32_map_periph_gpio::SGpioIdrFields

pub struct SGpioIdrFields<T: GpioPortMap> {
    pub idr0: T::SGpioIdrIdr0,
    pub idr1: T::SGpioIdrIdr1,
    pub idr2: T::SGpioIdrIdr2,
    pub idr3: T::SGpioIdrIdr3,
    pub idr4: T::SGpioIdrIdr4,
    pub idr5: T::SGpioIdrIdr5,
    pub idr6: T::SGpioIdrIdr6,
    pub idr7: T::SGpioIdrIdr7,
    pub idr8: T::SGpioIdrIdr8,
    pub idr9: T::SGpioIdrIdr9,
    pub idr10: T::SGpioIdrIdr10,
    pub idr11: T::SGpioIdrIdr11,
    pub idr12: T::SGpioIdrIdr12,
    pub idr13: T::SGpioIdrIdr13,
    pub idr14: T::SGpioIdrIdr14,
    pub idr15: T::SGpioIdrIdr15,
}

Fields

idr0: T::SGpioIdrIdr0idr1: T::SGpioIdrIdr1idr2: T::SGpioIdrIdr2idr3: T::SGpioIdrIdr3idr4: T::SGpioIdrIdr4idr5: T::SGpioIdrIdr5idr6: T::SGpioIdrIdr6idr7: T::SGpioIdrIdr7idr8: T::SGpioIdrIdr8idr9: T::SGpioIdrIdr9idr10: T::SGpioIdrIdr10idr11: T::SGpioIdrIdr11idr12: T::SGpioIdrIdr12idr13: T::SGpioIdrIdr13idr14: T::SGpioIdrIdr14idr15: T::SGpioIdrIdr15

Auto Trait Implementations

impl<T> Unpin for SGpioIdrFields<T> where
    <T as GpioIdrIdr0<T>>::SGpioIdrIdr0: Unpin,
    <T as GpioIdrIdr1<T>>::SGpioIdrIdr1: Unpin,
    <T as GpioIdrIdr10<T>>::SGpioIdrIdr10: Unpin,
    <T as GpioIdrIdr11<T>>::SGpioIdrIdr11: Unpin,
    <T as GpioIdrIdr12<T>>::SGpioIdrIdr12: Unpin,
    <T as GpioIdrIdr13<T>>::SGpioIdrIdr13: Unpin,
    <T as GpioIdrIdr14<T>>::SGpioIdrIdr14: Unpin,
    <T as GpioIdrIdr15<T>>::SGpioIdrIdr15: Unpin,
    <T as GpioIdrIdr2<T>>::SGpioIdrIdr2: Unpin,
    <T as GpioIdrIdr3<T>>::SGpioIdrIdr3: Unpin,
    <T as GpioIdrIdr4<T>>::SGpioIdrIdr4: Unpin,
    <T as GpioIdrIdr5<T>>::SGpioIdrIdr5: Unpin,
    <T as GpioIdrIdr6<T>>::SGpioIdrIdr6: Unpin,
    <T as GpioIdrIdr7<T>>::SGpioIdrIdr7: Unpin,
    <T as GpioIdrIdr8<T>>::SGpioIdrIdr8: Unpin,
    <T as GpioIdrIdr9<T>>::SGpioIdrIdr9: Unpin

impl<T> Send for SGpioIdrFields<T> where
    <T as GpioIdrIdr0<T>>::SGpioIdrIdr0: Send,
    <T as GpioIdrIdr1<T>>::SGpioIdrIdr1: Send,
    <T as GpioIdrIdr10<T>>::SGpioIdrIdr10: Send,
    <T as GpioIdrIdr11<T>>::SGpioIdrIdr11: Send,
    <T as GpioIdrIdr12<T>>::SGpioIdrIdr12: Send,
    <T as GpioIdrIdr13<T>>::SGpioIdrIdr13: Send,
    <T as GpioIdrIdr14<T>>::SGpioIdrIdr14: Send,
    <T as GpioIdrIdr15<T>>::SGpioIdrIdr15: Send,
    <T as GpioIdrIdr2<T>>::SGpioIdrIdr2: Send,
    <T as GpioIdrIdr3<T>>::SGpioIdrIdr3: Send,
    <T as GpioIdrIdr4<T>>::SGpioIdrIdr4: Send,
    <T as GpioIdrIdr5<T>>::SGpioIdrIdr5: Send,
    <T as GpioIdrIdr6<T>>::SGpioIdrIdr6: Send,
    <T as GpioIdrIdr7<T>>::SGpioIdrIdr7: Send,
    <T as GpioIdrIdr8<T>>::SGpioIdrIdr8: Send,
    <T as GpioIdrIdr9<T>>::SGpioIdrIdr9: Send

impl<T> Sync for SGpioIdrFields<T> where
    <T as GpioIdrIdr0<T>>::SGpioIdrIdr0: Sync,
    <T as GpioIdrIdr1<T>>::SGpioIdrIdr1: Sync,
    <T as GpioIdrIdr10<T>>::SGpioIdrIdr10: Sync,
    <T as GpioIdrIdr11<T>>::SGpioIdrIdr11: Sync,
    <T as GpioIdrIdr12<T>>::SGpioIdrIdr12: Sync,
    <T as GpioIdrIdr13<T>>::SGpioIdrIdr13: Sync,
    <T as GpioIdrIdr14<T>>::SGpioIdrIdr14: Sync,
    <T as GpioIdrIdr15<T>>::SGpioIdrIdr15: Sync,
    <T as GpioIdrIdr2<T>>::SGpioIdrIdr2: Sync,
    <T as GpioIdrIdr3<T>>::SGpioIdrIdr3: Sync,
    <T as GpioIdrIdr4<T>>::SGpioIdrIdr4: Sync,
    <T as GpioIdrIdr5<T>>::SGpioIdrIdr5: Sync,
    <T as GpioIdrIdr6<T>>::SGpioIdrIdr6: Sync,
    <T as GpioIdrIdr7<T>>::SGpioIdrIdr7: Sync,
    <T as GpioIdrIdr8<T>>::SGpioIdrIdr8: Sync,
    <T as GpioIdrIdr9<T>>::SGpioIdrIdr9: 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]