[][src]Struct drone_stm32_map_periph_spi::CSpiCr2Fields

pub struct CSpiCr2Fields<T: SpiMap> {
    pub errie: T::CSpiCr2Errie,
    pub rxdmaen: T::CSpiCr2Rxdmaen,
    pub rxneie: T::CSpiCr2Rxneie,
    pub ssoe: T::CSpiCr2Ssoe,
    pub txdmaen: T::CSpiCr2Txdmaen,
    pub txeie: T::CSpiCr2Txeie,
}

Fields

errie: T::CSpiCr2Errierxdmaen: T::CSpiCr2Rxdmaenrxneie: T::CSpiCr2Rxneiessoe: T::CSpiCr2Ssoetxdmaen: T::CSpiCr2Txdmaentxeie: T::CSpiCr2Txeie

Auto Trait Implementations

impl<T> Unpin for CSpiCr2Fields<T> where
    <T as SpiCr2Errie<T>>::CSpiCr2Errie: Unpin,
    <T as SpiCr2Rxdmaen<T>>::CSpiCr2Rxdmaen: Unpin,
    <T as SpiCr2Rxneie<T>>::CSpiCr2Rxneie: Unpin,
    <T as SpiCr2Ssoe<T>>::CSpiCr2Ssoe: Unpin,
    <T as SpiCr2Txdmaen<T>>::CSpiCr2Txdmaen: Unpin,
    <T as SpiCr2Txeie<T>>::CSpiCr2Txeie: Unpin

impl<T> Send for CSpiCr2Fields<T> where
    <T as SpiCr2Errie<T>>::CSpiCr2Errie: Send,
    <T as SpiCr2Rxdmaen<T>>::CSpiCr2Rxdmaen: Send,
    <T as SpiCr2Rxneie<T>>::CSpiCr2Rxneie: Send,
    <T as SpiCr2Ssoe<T>>::CSpiCr2Ssoe: Send,
    <T as SpiCr2Txdmaen<T>>::CSpiCr2Txdmaen: Send,
    <T as SpiCr2Txeie<T>>::CSpiCr2Txeie: Send

impl<T> Sync for CSpiCr2Fields<T> where
    <T as SpiCr2Errie<T>>::CSpiCr2Errie: Sync,
    <T as SpiCr2Rxdmaen<T>>::CSpiCr2Rxdmaen: Sync,
    <T as SpiCr2Rxneie<T>>::CSpiCr2Rxneie: Sync,
    <T as SpiCr2Ssoe<T>>::CSpiCr2Ssoe: Sync,
    <T as SpiCr2Txdmaen<T>>::CSpiCr2Txdmaen: Sync,
    <T as SpiCr2Txeie<T>>::CSpiCr2Txeie: 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]