[][src]Enum stm32l0xx_hal::device::lpuart1::rqr::SBKRQ_AW

pub enum SBKRQ_AW {
    BREAK,
}

Send break request

Value on reset: 0

Variants

BREAK

1: sets the SBKF flag and request to send a BREAK on the line, as soon as the transmit machine is available

Trait Implementations

impl PartialEq<SBKRQ_AW> for SBKRQ_AW[src]

impl StructuralPartialEq for SBKRQ_AW[src]

impl Debug for SBKRQ_AW[src]

impl Copy for SBKRQ_AW[src]

impl Clone for SBKRQ_AW[src]

Auto Trait Implementations

impl Unpin for SBKRQ_AW

impl Send for SBKRQ_AW

impl Sync for SBKRQ_AW

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

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]

impl<T> Same<T> for T

type Output = T

Should always be Self