[][src]Struct drone_stm32_map_periph_spi::USpiSrFields

pub struct USpiSrFields<T: SpiMap> {
    pub bsy: T::USpiSrBsy,
    pub crcerr: T::USpiSrCrcerr,
    pub modf: T::USpiSrModf,
    pub ovr: T::USpiSrOvr,
    pub rxne: T::USpiSrRxne,
    pub txe: T::USpiSrTxe,
}

Fields

bsy: T::USpiSrBsycrcerr: T::USpiSrCrcerrmodf: T::USpiSrModfovr: T::USpiSrOvrrxne: T::USpiSrRxnetxe: T::USpiSrTxe

Auto Trait Implementations

impl<T> Unpin for USpiSrFields<T> where
    <T as SpiSrBsy<T>>::USpiSrBsy: Unpin,
    <T as SpiSrCrcerr<T>>::USpiSrCrcerr: Unpin,
    <T as SpiSrModf<T>>::USpiSrModf: Unpin,
    <T as SpiSrOvr<T>>::USpiSrOvr: Unpin,
    <T as SpiSrRxne<T>>::USpiSrRxne: Unpin,
    <T as SpiSrTxe<T>>::USpiSrTxe: Unpin

impl<T> Send for USpiSrFields<T> where
    <T as SpiSrBsy<T>>::USpiSrBsy: Send,
    <T as SpiSrCrcerr<T>>::USpiSrCrcerr: Send,
    <T as SpiSrModf<T>>::USpiSrModf: Send,
    <T as SpiSrOvr<T>>::USpiSrOvr: Send,
    <T as SpiSrRxne<T>>::USpiSrRxne: Send,
    <T as SpiSrTxe<T>>::USpiSrTxe: Send

impl<T> Sync for USpiSrFields<T> where
    <T as SpiSrBsy<T>>::USpiSrBsy: Sync,
    <T as SpiSrCrcerr<T>>::USpiSrCrcerr: Sync,
    <T as SpiSrModf<T>>::USpiSrModf: Sync,
    <T as SpiSrOvr<T>>::USpiSrOvr: Sync,
    <T as SpiSrRxne<T>>::USpiSrRxne: Sync,
    <T as SpiSrTxe<T>>::USpiSrTxe: 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]