[][src]Struct drone_stm32_map_periph_spi::CSpiSrFields

pub struct CSpiSrFields<T: SpiMap> {
    pub bsy: T::CSpiSrBsy,
    pub crcerr: T::CSpiSrCrcerr,
    pub modf: T::CSpiSrModf,
    pub ovr: T::CSpiSrOvr,
    pub rxne: T::CSpiSrRxne,
    pub txe: T::CSpiSrTxe,
}

Fields

bsy: T::CSpiSrBsycrcerr: T::CSpiSrCrcerrmodf: T::CSpiSrModfovr: T::CSpiSrOvrrxne: T::CSpiSrRxnetxe: T::CSpiSrTxe

Auto Trait Implementations

impl<T> Unpin for CSpiSrFields<T> where
    <T as SpiSrBsy<T>>::CSpiSrBsy: Unpin,
    <T as SpiSrCrcerr<T>>::CSpiSrCrcerr: Unpin,
    <T as SpiSrModf<T>>::CSpiSrModf: Unpin,
    <T as SpiSrOvr<T>>::CSpiSrOvr: Unpin,
    <T as SpiSrRxne<T>>::CSpiSrRxne: Unpin,
    <T as SpiSrTxe<T>>::CSpiSrTxe: Unpin

impl<T> Send for CSpiSrFields<T> where
    <T as SpiSrBsy<T>>::CSpiSrBsy: Send,
    <T as SpiSrCrcerr<T>>::CSpiSrCrcerr: Send,
    <T as SpiSrModf<T>>::CSpiSrModf: Send,
    <T as SpiSrOvr<T>>::CSpiSrOvr: Send,
    <T as SpiSrRxne<T>>::CSpiSrRxne: Send,
    <T as SpiSrTxe<T>>::CSpiSrTxe: Send

impl<T> Sync for CSpiSrFields<T> where
    <T as SpiSrBsy<T>>::CSpiSrBsy: Sync,
    <T as SpiSrCrcerr<T>>::CSpiSrCrcerr: Sync,
    <T as SpiSrModf<T>>::CSpiSrModf: Sync,
    <T as SpiSrOvr<T>>::CSpiSrOvr: Sync,
    <T as SpiSrRxne<T>>::CSpiSrRxne: Sync,
    <T as SpiSrTxe<T>>::CSpiSrTxe: 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]