[][src]Struct drone_stm32_map_periph_gpio::SGpioBrrFields

pub struct SGpioBrrFields<T: GpioPortMap> {
    pub br0: T::SGpioBrrBr0,
    pub br1: T::SGpioBrrBr1,
    pub br2: T::SGpioBrrBr2,
    pub br3: T::SGpioBrrBr3,
    pub br4: T::SGpioBrrBr4,
    pub br5: T::SGpioBrrBr5,
    pub br6: T::SGpioBrrBr6,
    pub br7: T::SGpioBrrBr7,
    pub br8: T::SGpioBrrBr8,
    pub br9: T::SGpioBrrBr9,
    pub br10: T::SGpioBrrBr10,
    pub br11: T::SGpioBrrBr11,
    pub br12: T::SGpioBrrBr12,
    pub br13: T::SGpioBrrBr13,
    pub br14: T::SGpioBrrBr14,
    pub br15: T::SGpioBrrBr15,
}

Fields

br0: T::SGpioBrrBr0br1: T::SGpioBrrBr1br2: T::SGpioBrrBr2br3: T::SGpioBrrBr3br4: T::SGpioBrrBr4br5: T::SGpioBrrBr5br6: T::SGpioBrrBr6br7: T::SGpioBrrBr7br8: T::SGpioBrrBr8br9: T::SGpioBrrBr9br10: T::SGpioBrrBr10br11: T::SGpioBrrBr11br12: T::SGpioBrrBr12br13: T::SGpioBrrBr13br14: T::SGpioBrrBr14br15: T::SGpioBrrBr15

Auto Trait Implementations

impl<T> Unpin for SGpioBrrFields<T> where
    <T as GpioBrrBr0<T>>::SGpioBrrBr0: Unpin,
    <T as GpioBrrBr1<T>>::SGpioBrrBr1: Unpin,
    <T as GpioBrrBr10<T>>::SGpioBrrBr10: Unpin,
    <T as GpioBrrBr11<T>>::SGpioBrrBr11: Unpin,
    <T as GpioBrrBr12<T>>::SGpioBrrBr12: Unpin,
    <T as GpioBrrBr13<T>>::SGpioBrrBr13: Unpin,
    <T as GpioBrrBr14<T>>::SGpioBrrBr14: Unpin,
    <T as GpioBrrBr15<T>>::SGpioBrrBr15: Unpin,
    <T as GpioBrrBr2<T>>::SGpioBrrBr2: Unpin,
    <T as GpioBrrBr3<T>>::SGpioBrrBr3: Unpin,
    <T as GpioBrrBr4<T>>::SGpioBrrBr4: Unpin,
    <T as GpioBrrBr5<T>>::SGpioBrrBr5: Unpin,
    <T as GpioBrrBr6<T>>::SGpioBrrBr6: Unpin,
    <T as GpioBrrBr7<T>>::SGpioBrrBr7: Unpin,
    <T as GpioBrrBr8<T>>::SGpioBrrBr8: Unpin,
    <T as GpioBrrBr9<T>>::SGpioBrrBr9: Unpin

impl<T> Send for SGpioBrrFields<T> where
    <T as GpioBrrBr0<T>>::SGpioBrrBr0: Send,
    <T as GpioBrrBr1<T>>::SGpioBrrBr1: Send,
    <T as GpioBrrBr10<T>>::SGpioBrrBr10: Send,
    <T as GpioBrrBr11<T>>::SGpioBrrBr11: Send,
    <T as GpioBrrBr12<T>>::SGpioBrrBr12: Send,
    <T as GpioBrrBr13<T>>::SGpioBrrBr13: Send,
    <T as GpioBrrBr14<T>>::SGpioBrrBr14: Send,
    <T as GpioBrrBr15<T>>::SGpioBrrBr15: Send,
    <T as GpioBrrBr2<T>>::SGpioBrrBr2: Send,
    <T as GpioBrrBr3<T>>::SGpioBrrBr3: Send,
    <T as GpioBrrBr4<T>>::SGpioBrrBr4: Send,
    <T as GpioBrrBr5<T>>::SGpioBrrBr5: Send,
    <T as GpioBrrBr6<T>>::SGpioBrrBr6: Send,
    <T as GpioBrrBr7<T>>::SGpioBrrBr7: Send,
    <T as GpioBrrBr8<T>>::SGpioBrrBr8: Send,
    <T as GpioBrrBr9<T>>::SGpioBrrBr9: Send

impl<T> Sync for SGpioBrrFields<T> where
    <T as GpioBrrBr0<T>>::SGpioBrrBr0: Sync,
    <T as GpioBrrBr1<T>>::SGpioBrrBr1: Sync,
    <T as GpioBrrBr10<T>>::SGpioBrrBr10: Sync,
    <T as GpioBrrBr11<T>>::SGpioBrrBr11: Sync,
    <T as GpioBrrBr12<T>>::SGpioBrrBr12: Sync,
    <T as GpioBrrBr13<T>>::SGpioBrrBr13: Sync,
    <T as GpioBrrBr14<T>>::SGpioBrrBr14: Sync,
    <T as GpioBrrBr15<T>>::SGpioBrrBr15: Sync,
    <T as GpioBrrBr2<T>>::SGpioBrrBr2: Sync,
    <T as GpioBrrBr3<T>>::SGpioBrrBr3: Sync,
    <T as GpioBrrBr4<T>>::SGpioBrrBr4: Sync,
    <T as GpioBrrBr5<T>>::SGpioBrrBr5: Sync,
    <T as GpioBrrBr6<T>>::SGpioBrrBr6: Sync,
    <T as GpioBrrBr7<T>>::SGpioBrrBr7: Sync,
    <T as GpioBrrBr8<T>>::SGpioBrrBr8: Sync,
    <T as GpioBrrBr9<T>>::SGpioBrrBr9: 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]