[][src]Struct drone_stm32_map_periph_uart::SUartBrrFields

pub struct SUartBrrFields<T: UartMap> {
    pub brr: T::SUartBrrBrrOpt,
    pub div_fraction: T::SUartBrrDivFractionOpt,
    pub div_mantissa: T::SUartBrrDivMantissaOpt,
}

Fields

brr: T::SUartBrrBrrOptdiv_fraction: T::SUartBrrDivFractionOptdiv_mantissa: T::SUartBrrDivMantissaOpt

Auto Trait Implementations

impl<T> Unpin for SUartBrrFields<T> where
    <T as UartBrrBrrOpt<T>>::SUartBrrBrrOpt: Unpin,
    <T as UartBrrDivFractionOpt<T>>::SUartBrrDivFractionOpt: Unpin,
    <T as UartBrrDivMantissaOpt<T>>::SUartBrrDivMantissaOpt: Unpin

impl<T> Send for SUartBrrFields<T> where
    <T as UartBrrBrrOpt<T>>::SUartBrrBrrOpt: Send,
    <T as UartBrrDivFractionOpt<T>>::SUartBrrDivFractionOpt: Send,
    <T as UartBrrDivMantissaOpt<T>>::SUartBrrDivMantissaOpt: Send

impl<T> Sync for SUartBrrFields<T> where
    <T as UartBrrBrrOpt<T>>::SUartBrrBrrOpt: Sync,
    <T as UartBrrDivFractionOpt<T>>::SUartBrrDivFractionOpt: Sync,
    <T as UartBrrDivMantissaOpt<T>>::SUartBrrDivMantissaOpt: 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]