[][src]Struct drone_stm32_map_periph_uart::SUartCr3Fields

pub struct SUartCr3Fields<T: UartMap> {
    pub ctse: T::SUartCr3Ctse,
    pub ctsie: T::SUartCr3Ctsie,
    pub ddre: T::SUartCr3Ddre,
    pub dem: T::SUartCr3Dem,
    pub dep: T::SUartCr3Dep,
    pub dmar: T::SUartCr3Dmar,
    pub dmat: T::SUartCr3Dmat,
    pub eie: T::SUartCr3Eie,
    pub hdsel: T::SUartCr3Hdsel,
    pub iren: T::SUartCr3IrenOpt,
    pub irlp: T::SUartCr3IrlpOpt,
    pub nack: T::SUartCr3NackOpt,
    pub onebit: T::SUartCr3OnebitOpt,
    pub ovrdis: T::SUartCr3Ovrdis,
    pub rtse: T::SUartCr3Rtse,
    pub scarcnt: T::SUartCr3ScarcntOpt,
    pub scen: T::SUartCr3ScenOpt,
    pub wufie: T::SUartCr3Wufie,
    pub wus: T::SUartCr3Wus,
}

Fields

ctse: T::SUartCr3Ctsectsie: T::SUartCr3Ctsieddre: T::SUartCr3Ddredem: T::SUartCr3Demdep: T::SUartCr3Depdmar: T::SUartCr3Dmardmat: T::SUartCr3Dmateie: T::SUartCr3Eiehdsel: T::SUartCr3Hdseliren: T::SUartCr3IrenOptirlp: T::SUartCr3IrlpOptnack: T::SUartCr3NackOptonebit: T::SUartCr3OnebitOptovrdis: T::SUartCr3Ovrdisrtse: T::SUartCr3Rtsescarcnt: T::SUartCr3ScarcntOptscen: T::SUartCr3ScenOptwufie: T::SUartCr3Wufiewus: T::SUartCr3Wus

Auto Trait Implementations

impl<T> Unpin for SUartCr3Fields<T> where
    <T as UartCr3Ctse<T>>::SUartCr3Ctse: Unpin,
    <T as UartCr3Ctsie<T>>::SUartCr3Ctsie: Unpin,
    <T as UartCr3Ddre<T>>::SUartCr3Ddre: Unpin,
    <T as UartCr3Dem<T>>::SUartCr3Dem: Unpin,
    <T as UartCr3Dep<T>>::SUartCr3Dep: Unpin,
    <T as UartCr3Dmar<T>>::SUartCr3Dmar: Unpin,
    <T as UartCr3Dmat<T>>::SUartCr3Dmat: Unpin,
    <T as UartCr3Eie<T>>::SUartCr3Eie: Unpin,
    <T as UartCr3Hdsel<T>>::SUartCr3Hdsel: Unpin,
    <T as UartCr3IrenOpt<T>>::SUartCr3IrenOpt: Unpin,
    <T as UartCr3IrlpOpt<T>>::SUartCr3IrlpOpt: Unpin,
    <T as UartCr3NackOpt<T>>::SUartCr3NackOpt: Unpin,
    <T as UartCr3OnebitOpt<T>>::SUartCr3OnebitOpt: Unpin,
    <T as UartCr3Ovrdis<T>>::SUartCr3Ovrdis: Unpin,
    <T as UartCr3Rtse<T>>::SUartCr3Rtse: Unpin,
    <T as UartCr3ScarcntOpt<T>>::SUartCr3ScarcntOpt: Unpin,
    <T as UartCr3ScenOpt<T>>::SUartCr3ScenOpt: Unpin,
    <T as UartCr3Wufie<T>>::SUartCr3Wufie: Unpin,
    <T as UartCr3Wus<T>>::SUartCr3Wus: Unpin

impl<T> Send for SUartCr3Fields<T> where
    <T as UartCr3Ctse<T>>::SUartCr3Ctse: Send,
    <T as UartCr3Ctsie<T>>::SUartCr3Ctsie: Send,
    <T as UartCr3Ddre<T>>::SUartCr3Ddre: Send,
    <T as UartCr3Dem<T>>::SUartCr3Dem: Send,
    <T as UartCr3Dep<T>>::SUartCr3Dep: Send,
    <T as UartCr3Dmar<T>>::SUartCr3Dmar: Send,
    <T as UartCr3Dmat<T>>::SUartCr3Dmat: Send,
    <T as UartCr3Eie<T>>::SUartCr3Eie: Send,
    <T as UartCr3Hdsel<T>>::SUartCr3Hdsel: Send,
    <T as UartCr3IrenOpt<T>>::SUartCr3IrenOpt: Send,
    <T as UartCr3IrlpOpt<T>>::SUartCr3IrlpOpt: Send,
    <T as UartCr3NackOpt<T>>::SUartCr3NackOpt: Send,
    <T as UartCr3OnebitOpt<T>>::SUartCr3OnebitOpt: Send,
    <T as UartCr3Ovrdis<T>>::SUartCr3Ovrdis: Send,
    <T as UartCr3Rtse<T>>::SUartCr3Rtse: Send,
    <T as UartCr3ScarcntOpt<T>>::SUartCr3ScarcntOpt: Send,
    <T as UartCr3ScenOpt<T>>::SUartCr3ScenOpt: Send,
    <T as UartCr3Wufie<T>>::SUartCr3Wufie: Send,
    <T as UartCr3Wus<T>>::SUartCr3Wus: Send

impl<T> Sync for SUartCr3Fields<T> where
    <T as UartCr3Ctse<T>>::SUartCr3Ctse: Sync,
    <T as UartCr3Ctsie<T>>::SUartCr3Ctsie: Sync,
    <T as UartCr3Ddre<T>>::SUartCr3Ddre: Sync,
    <T as UartCr3Dem<T>>::SUartCr3Dem: Sync,
    <T as UartCr3Dep<T>>::SUartCr3Dep: Sync,
    <T as UartCr3Dmar<T>>::SUartCr3Dmar: Sync,
    <T as UartCr3Dmat<T>>::SUartCr3Dmat: Sync,
    <T as UartCr3Eie<T>>::SUartCr3Eie: Sync,
    <T as UartCr3Hdsel<T>>::SUartCr3Hdsel: Sync,
    <T as UartCr3IrenOpt<T>>::SUartCr3IrenOpt: Sync,
    <T as UartCr3IrlpOpt<T>>::SUartCr3IrlpOpt: Sync,
    <T as UartCr3NackOpt<T>>::SUartCr3NackOpt: Sync,
    <T as UartCr3OnebitOpt<T>>::SUartCr3OnebitOpt: Sync,
    <T as UartCr3Ovrdis<T>>::SUartCr3Ovrdis: Sync,
    <T as UartCr3Rtse<T>>::SUartCr3Rtse: Sync,
    <T as UartCr3ScarcntOpt<T>>::SUartCr3ScarcntOpt: Sync,
    <T as UartCr3ScenOpt<T>>::SUartCr3ScenOpt: Sync,
    <T as UartCr3Wufie<T>>::SUartCr3Wufie: Sync,
    <T as UartCr3Wus<T>>::SUartCr3Wus: 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]