[][src]Struct drone_stm32_map_periph_gpio::CGpioBrrFields

pub struct CGpioBrrFields<T: GpioPortMap> {
    pub br0: T::CGpioBrrBr0,
    pub br1: T::CGpioBrrBr1,
    pub br2: T::CGpioBrrBr2,
    pub br3: T::CGpioBrrBr3,
    pub br4: T::CGpioBrrBr4,
    pub br5: T::CGpioBrrBr5,
    pub br6: T::CGpioBrrBr6,
    pub br7: T::CGpioBrrBr7,
    pub br8: T::CGpioBrrBr8,
    pub br9: T::CGpioBrrBr9,
    pub br10: T::CGpioBrrBr10,
    pub br11: T::CGpioBrrBr11,
    pub br12: T::CGpioBrrBr12,
    pub br13: T::CGpioBrrBr13,
    pub br14: T::CGpioBrrBr14,
    pub br15: T::CGpioBrrBr15,
}

Fields

br0: T::CGpioBrrBr0br1: T::CGpioBrrBr1br2: T::CGpioBrrBr2br3: T::CGpioBrrBr3br4: T::CGpioBrrBr4br5: T::CGpioBrrBr5br6: T::CGpioBrrBr6br7: T::CGpioBrrBr7br8: T::CGpioBrrBr8br9: T::CGpioBrrBr9br10: T::CGpioBrrBr10br11: T::CGpioBrrBr11br12: T::CGpioBrrBr12br13: T::CGpioBrrBr13br14: T::CGpioBrrBr14br15: T::CGpioBrrBr15

Auto Trait Implementations

impl<T> Unpin for CGpioBrrFields<T> where
    <T as GpioBrrBr0<T>>::CGpioBrrBr0: Unpin,
    <T as GpioBrrBr1<T>>::CGpioBrrBr1: Unpin,
    <T as GpioBrrBr10<T>>::CGpioBrrBr10: Unpin,
    <T as GpioBrrBr11<T>>::CGpioBrrBr11: Unpin,
    <T as GpioBrrBr12<T>>::CGpioBrrBr12: Unpin,
    <T as GpioBrrBr13<T>>::CGpioBrrBr13: Unpin,
    <T as GpioBrrBr14<T>>::CGpioBrrBr14: Unpin,
    <T as GpioBrrBr15<T>>::CGpioBrrBr15: Unpin,
    <T as GpioBrrBr2<T>>::CGpioBrrBr2: Unpin,
    <T as GpioBrrBr3<T>>::CGpioBrrBr3: Unpin,
    <T as GpioBrrBr4<T>>::CGpioBrrBr4: Unpin,
    <T as GpioBrrBr5<T>>::CGpioBrrBr5: Unpin,
    <T as GpioBrrBr6<T>>::CGpioBrrBr6: Unpin,
    <T as GpioBrrBr7<T>>::CGpioBrrBr7: Unpin,
    <T as GpioBrrBr8<T>>::CGpioBrrBr8: Unpin,
    <T as GpioBrrBr9<T>>::CGpioBrrBr9: Unpin

impl<T> Send for CGpioBrrFields<T> where
    <T as GpioBrrBr0<T>>::CGpioBrrBr0: Send,
    <T as GpioBrrBr1<T>>::CGpioBrrBr1: Send,
    <T as GpioBrrBr10<T>>::CGpioBrrBr10: Send,
    <T as GpioBrrBr11<T>>::CGpioBrrBr11: Send,
    <T as GpioBrrBr12<T>>::CGpioBrrBr12: Send,
    <T as GpioBrrBr13<T>>::CGpioBrrBr13: Send,
    <T as GpioBrrBr14<T>>::CGpioBrrBr14: Send,
    <T as GpioBrrBr15<T>>::CGpioBrrBr15: Send,
    <T as GpioBrrBr2<T>>::CGpioBrrBr2: Send,
    <T as GpioBrrBr3<T>>::CGpioBrrBr3: Send,
    <T as GpioBrrBr4<T>>::CGpioBrrBr4: Send,
    <T as GpioBrrBr5<T>>::CGpioBrrBr5: Send,
    <T as GpioBrrBr6<T>>::CGpioBrrBr6: Send,
    <T as GpioBrrBr7<T>>::CGpioBrrBr7: Send,
    <T as GpioBrrBr8<T>>::CGpioBrrBr8: Send,
    <T as GpioBrrBr9<T>>::CGpioBrrBr9: Send

impl<T> Sync for CGpioBrrFields<T> where
    <T as GpioBrrBr0<T>>::CGpioBrrBr0: Sync,
    <T as GpioBrrBr1<T>>::CGpioBrrBr1: Sync,
    <T as GpioBrrBr10<T>>::CGpioBrrBr10: Sync,
    <T as GpioBrrBr11<T>>::CGpioBrrBr11: Sync,
    <T as GpioBrrBr12<T>>::CGpioBrrBr12: Sync,
    <T as GpioBrrBr13<T>>::CGpioBrrBr13: Sync,
    <T as GpioBrrBr14<T>>::CGpioBrrBr14: Sync,
    <T as GpioBrrBr15<T>>::CGpioBrrBr15: Sync,
    <T as GpioBrrBr2<T>>::CGpioBrrBr2: Sync,
    <T as GpioBrrBr3<T>>::CGpioBrrBr3: Sync,
    <T as GpioBrrBr4<T>>::CGpioBrrBr4: Sync,
    <T as GpioBrrBr5<T>>::CGpioBrrBr5: Sync,
    <T as GpioBrrBr6<T>>::CGpioBrrBr6: Sync,
    <T as GpioBrrBr7<T>>::CGpioBrrBr7: Sync,
    <T as GpioBrrBr8<T>>::CGpioBrrBr8: Sync,
    <T as GpioBrrBr9<T>>::CGpioBrrBr9: 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]