[][src]Struct drone_stm32_map_periph_spi::SSpiSrFields

pub struct SSpiSrFields<T: SpiMap> {
    pub bsy: T::SSpiSrBsy,
    pub crcerr: T::SSpiSrCrcerr,
    pub modf: T::SSpiSrModf,
    pub ovr: T::SSpiSrOvr,
    pub rxne: T::SSpiSrRxne,
    pub txe: T::SSpiSrTxe,
}

Fields

bsy: T::SSpiSrBsycrcerr: T::SSpiSrCrcerrmodf: T::SSpiSrModfovr: T::SSpiSrOvrrxne: T::SSpiSrRxnetxe: 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 SpiSrModf<T>>::SSpiSrModf: Unpin,
    <T as SpiSrOvr<T>>::SSpiSrOvr: Unpin,
    <T as SpiSrRxne<T>>::SSpiSrRxne: 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 SpiSrModf<T>>::SSpiSrModf: Send,
    <T as SpiSrOvr<T>>::SSpiSrOvr: Send,
    <T as SpiSrRxne<T>>::SSpiSrRxne: 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 SpiSrModf<T>>::SSpiSrModf: Sync,
    <T as SpiSrOvr<T>>::SSpiSrOvr: Sync,
    <T as SpiSrRxne<T>>::SSpiSrRxne: 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]