[][src]Struct drone_stm32_map_periph_spi::USpiCr2Fields

pub struct USpiCr2Fields<T: SpiMap> {
    pub errie: T::USpiCr2Errie,
    pub rxdmaen: T::USpiCr2Rxdmaen,
    pub rxneie: T::USpiCr2Rxneie,
    pub ssoe: T::USpiCr2Ssoe,
    pub txdmaen: T::USpiCr2Txdmaen,
    pub txeie: T::USpiCr2Txeie,
}

Fields

errie: T::USpiCr2Errierxdmaen: T::USpiCr2Rxdmaenrxneie: T::USpiCr2Rxneiessoe: T::USpiCr2Ssoetxdmaen: T::USpiCr2Txdmaentxeie: T::USpiCr2Txeie

Auto Trait Implementations

impl<T> Unpin for USpiCr2Fields<T> where
    <T as SpiCr2Errie<T>>::USpiCr2Errie: Unpin,
    <T as SpiCr2Rxdmaen<T>>::USpiCr2Rxdmaen: Unpin,
    <T as SpiCr2Rxneie<T>>::USpiCr2Rxneie: Unpin,
    <T as SpiCr2Ssoe<T>>::USpiCr2Ssoe: Unpin,
    <T as SpiCr2Txdmaen<T>>::USpiCr2Txdmaen: Unpin,
    <T as SpiCr2Txeie<T>>::USpiCr2Txeie: Unpin

impl<T> Send for USpiCr2Fields<T> where
    <T as SpiCr2Errie<T>>::USpiCr2Errie: Send,
    <T as SpiCr2Rxdmaen<T>>::USpiCr2Rxdmaen: Send,
    <T as SpiCr2Rxneie<T>>::USpiCr2Rxneie: Send,
    <T as SpiCr2Ssoe<T>>::USpiCr2Ssoe: Send,
    <T as SpiCr2Txdmaen<T>>::USpiCr2Txdmaen: Send,
    <T as SpiCr2Txeie<T>>::USpiCr2Txeie: Send

impl<T> Sync for USpiCr2Fields<T> where
    <T as SpiCr2Errie<T>>::USpiCr2Errie: Sync,
    <T as SpiCr2Rxdmaen<T>>::USpiCr2Rxdmaen: Sync,
    <T as SpiCr2Rxneie<T>>::USpiCr2Rxneie: Sync,
    <T as SpiCr2Ssoe<T>>::USpiCr2Ssoe: Sync,
    <T as SpiCr2Txdmaen<T>>::USpiCr2Txdmaen: Sync,
    <T as SpiCr2Txeie<T>>::USpiCr2Txeie: 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]