[][src]Struct drone_stm32_map_periph_spi::SSpiSrFields

pub struct SSpiSrFields<T: SpiMap> {
    pub bsy: T::SSpiSrBsy,
    pub crcerr: T::SSpiSrCrcerr,
    pub frlvl: T::SSpiSrFrlvl,
    pub ftlvl: T::SSpiSrFtlvl,
    pub modf: T::SSpiSrModf,
    pub ovr: T::SSpiSrOvr,
    pub rxne: T::SSpiSrRxne,
    pub tifrfe: T::SSpiSrTifrfe,
    pub txe: T::SSpiSrTxe,
}

Fields

bsy: T::SSpiSrBsycrcerr: T::SSpiSrCrcerrfrlvl: T::SSpiSrFrlvlftlvl: T::SSpiSrFtlvlmodf: T::SSpiSrModfovr: T::SSpiSrOvrrxne: T::SSpiSrRxnetifrfe: T::SSpiSrTifrfetxe: T::SSpiSrTxe

Auto Trait Implementations

impl<T> Unpin for SSpiSrFields<T> where
    <T as SpiSrBsy<T>>::SSpiSrBsy: Unpin,
    <T as SpiSrCrcerr<T>>::SSpiSrCrcerr: Unpin,
    <T as SpiSrFrlvl<T>>::SSpiSrFrlvl: Unpin,
    <T as SpiSrFtlvl<T>>::SSpiSrFtlvl: Unpin,
    <T as SpiSrModf<T>>::SSpiSrModf: Unpin,
    <T as SpiSrOvr<T>>::SSpiSrOvr: Unpin,
    <T as SpiSrRxne<T>>::SSpiSrRxne: Unpin,
    <T as SpiSrTifrfe<T>>::SSpiSrTifrfe: Unpin,
    <T as SpiSrTxe<T>>::SSpiSrTxe: Unpin

impl<T> Send for SSpiSrFields<T> where
    <T as SpiSrBsy<T>>::SSpiSrBsy: Send,
    <T as SpiSrCrcerr<T>>::SSpiSrCrcerr: Send,
    <T as SpiSrFrlvl<T>>::SSpiSrFrlvl: Send,
    <T as SpiSrFtlvl<T>>::SSpiSrFtlvl: Send,
    <T as SpiSrModf<T>>::SSpiSrModf: Send,
    <T as SpiSrOvr<T>>::SSpiSrOvr: Send,
    <T as SpiSrRxne<T>>::SSpiSrRxne: Send,
    <T as SpiSrTifrfe<T>>::SSpiSrTifrfe: Send,
    <T as SpiSrTxe<T>>::SSpiSrTxe: Send

impl<T> Sync for SSpiSrFields<T> where
    <T as SpiSrBsy<T>>::SSpiSrBsy: Sync,
    <T as SpiSrCrcerr<T>>::SSpiSrCrcerr: Sync,
    <T as SpiSrFrlvl<T>>::SSpiSrFrlvl: Sync,
    <T as SpiSrFtlvl<T>>::SSpiSrFtlvl: Sync,
    <T as SpiSrModf<T>>::SSpiSrModf: Sync,
    <T as SpiSrOvr<T>>::SSpiSrOvr: Sync,
    <T as SpiSrRxne<T>>::SSpiSrRxne: Sync,
    <T as SpiSrTifrfe<T>>::SSpiSrTifrfe: Sync,
    <T as SpiSrTxe<T>>::SSpiSrTxe: 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]